Bug 1083361 - Exposing a PromiseDebugging API to monitor uncaught DOM Promise. r=bz

This commit is contained in:
David Rajchenbach-Teller
2015-04-10 17:27:57 +02:00
parent fdcc61d1d2
commit b4a506bb8a
12 changed files with 706 additions and 21 deletions

View File

@@ -1259,3 +1259,4 @@ CycleCollectedJSRuntime::OnLargeAllocationFailure()
CustomLargeAllocationFailureCallback();
AnnotateAndSetOutOfMemory(&mLargeAllocationFailureState, OOMState::Reported);
}