Bug 1054334 - SpiderMonkey: Delete unneeded semicolons r=nbp
This commit is contained in:
@@ -1866,7 +1866,7 @@ ScriptedDirectProxyHandler::has(JSContext *cx, HandleObject proxy, HandleId id,
|
||||
return false;
|
||||
|
||||
// step 9
|
||||
bool success = ToBoolean(trapResult);;
|
||||
bool success = ToBoolean(trapResult);
|
||||
|
||||
// step 11
|
||||
if (!success) {
|
||||
|
||||
Reference in New Issue
Block a user