diff --git a/dom/workers/WorkerPrivate.cpp b/dom/workers/WorkerPrivate.cpp index 9558c503447d..7a99493b8ba5 100644 --- a/dom/workers/WorkerPrivate.cpp +++ b/dom/workers/WorkerPrivate.cpp @@ -3803,8 +3803,8 @@ WorkerPrivate::RunExpiredTimeouts(JSContext* aCx) &stringLength); if ((!string || !JS::Evaluate(aCx, global, options, string, stringLength, nullptr)) && !JS_ReportPendingException(aCx)) { - retval = false; - break; + retval = false; + break; } } else {