Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: Source/bindings/core/v8/ScriptPromiseResolver.cpp

Issue 1148383012: Oilpan: prefer eager finalization over prefinalizers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: expand&improve comments Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/core/v8/ScriptPromiseResolver.h ('k') | Source/core/dom/MutationObserver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptPromiseResolver.cpp
diff --git a/Source/bindings/core/v8/ScriptPromiseResolver.cpp b/Source/bindings/core/v8/ScriptPromiseResolver.cpp
index 1262870f2cc5ba0c4e03f1dae01aad038f9cf833..993484f0865a734fe644aefbbdcef170f107017f 100644
--- a/Source/bindings/core/v8/ScriptPromiseResolver.cpp
+++ b/Source/bindings/core/v8/ScriptPromiseResolver.cpp
@@ -25,9 +25,6 @@ ScriptPromiseResolver::ScriptPromiseResolver(ScriptState* scriptState)
m_state = ResolvedOrRejected;
m_resolver.clear();
}
-#if ENABLE(OILPAN) && ENABLE(ASSERT)
- ThreadState::current()->registerPreFinalizer(*this);
-#endif
}
void ScriptPromiseResolver::suspend()
« no previous file with comments | « Source/bindings/core/v8/ScriptPromiseResolver.h ('k') | Source/core/dom/MutationObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698