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

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

Issue 1006253002: Oilpan: have LifetimeNotifier<T> track its observers weakly. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fill in GC_PLUGIN_IGNORE() Created 5 years, 9 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
Index: Source/bindings/core/v8/ScriptPromiseResolver.h
diff --git a/Source/bindings/core/v8/ScriptPromiseResolver.h b/Source/bindings/core/v8/ScriptPromiseResolver.h
index ac8239b4a2ec04ec8869542b558e839d1891f438..6af0ff44cb364f90c211cc6300a0e535a87015a9 100644
--- a/Source/bindings/core/v8/ScriptPromiseResolver.h
+++ b/Source/bindings/core/v8/ScriptPromiseResolver.h
@@ -117,11 +117,6 @@ private:
// This function cannot be run in the destructor if
// ScriptPromiseResolver is on-heap.
ASSERT(m_state == ResolvedOrRejected || !m_isPromiseCalled || !executionContext() || executionContext()->activeDOMObjectsAreStopped());
-
-#if ENABLE(OILPAN)
- // Delegate to LifecycleObserver's prefinalizer.
- LifecycleObserver::dispose();
-#endif
}
#endif
« no previous file with comments | « no previous file | Source/bindings/core/v8/ScriptPromiseResolver.cpp » ('j') | Source/core/dom/ActiveDOMObject.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698