Bug 781035 followup - fix indentation. r=me

This commit is contained in:
Benjamin Peterson 2012-08-27 08:21:27 -04:00
parent 74a1052eb5
commit 1763cda9f7

View File

@ -3803,8 +3803,8 @@ WorkerPrivate::RunExpiredTimeouts(JSContext* aCx)
&stringLength); &stringLength);
if ((!string || !JS::Evaluate(aCx, global, options, string, stringLength, nullptr)) && if ((!string || !JS::Evaluate(aCx, global, options, string, stringLength, nullptr)) &&
!JS_ReportPendingException(aCx)) { !JS_ReportPendingException(aCx)) {
retval = false; retval = false;
break; break;
} }
} }
else { else {