Bug 1054334 - SpiderMonkey: Delete unneeded semicolons r=nbp

This commit is contained in:
Dan Gohman
2014-08-18 12:20:39 -07:00
parent d7e766a8f0
commit 2bf0b05ad8
19 changed files with 38 additions and 38 deletions

View File

@@ -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) {