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

This commit is contained in:
Ben Kelly 2015-12-08 17:49:05 -05:00
parent 20bce9f212
commit e0200e84d3

View File

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