Backed out 4 changesets (bug 1532644) for causing wpt failures in /fetch/api/abort/general.any.serviceworker.html CLOSED TREE
Backed out changeset e18eed2287d2 (bug 1532644) Backed out changeset 49c1638654d6 (bug 1532644) Backed out changeset 2943c62bd7a2 (bug 1532644) Backed out changeset 0a736f3ff23c (bug 1532644)
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "mozilla/ipc/UtilityProcessManager.h"
|
||||
#include "mozilla/ipc/UtilityProcessSandboxing.h"
|
||||
#include "mozilla/dom/ContentParent.h"
|
||||
#include "mozilla/dom/JSOracleChild.h"
|
||||
#include "mozilla/dom/MemoryReportRequest.h"
|
||||
#include "mozilla/ipc/CrashReporterClient.h"
|
||||
#include "mozilla/ipc/Endpoint.h"
|
||||
@@ -238,17 +237,6 @@ UtilityProcessChild::RecvStartUtilityAudioDecoderService(
|
||||
return IPC_OK();
|
||||
}
|
||||
|
||||
mozilla::ipc::IPCResult UtilityProcessChild::RecvStartJSOracleService(
|
||||
Endpoint<PJSOracleChild>&& aEndpoint) {
|
||||
mJSOracleInstance = new mozilla::dom::JSOracleChild();
|
||||
if (!mJSOracleInstance) {
|
||||
return IPC_FAIL(this, "Failing to create JSOracleParent");
|
||||
}
|
||||
|
||||
mJSOracleInstance->Start(std::move(aEndpoint));
|
||||
return IPC_OK();
|
||||
}
|
||||
|
||||
void UtilityProcessChild::ActorDestroy(ActorDestroyReason aWhy) {
|
||||
if (AbnormalShutdown == aWhy) {
|
||||
NS_WARNING("Shutting down Utility process early due to a crash!");
|
||||
|
||||
Reference in New Issue
Block a user