Back out rev 4faa4cf68052 (bug 1227015 P7) for bustage

This commit is contained in:
Ben Kelly 2015-12-08 17:49:05 -05:00
Родитель 3752ed4a06
Коммит 0698a4728b
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -337,14 +337,6 @@ public:
mPromiseProxy->CleanUp(aCx); mPromiseProxy->CleanUp(aCx);
return true; return true;
} }
void
PostDispatch(JSContext* aCx, WorkerPrivate* aWorkerPrivate, bool aSuccess)
{
if (!aSuccess) {
mStatus.SuppressException();
}
}
}; };
class WorkerThreadUpdateCallback final : public ServiceWorkerUpdateFinishCallback class WorkerThreadUpdateCallback final : public ServiceWorkerUpdateFinishCallback