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

Unified Diff: Source/platform/LifecycleContextTest.cpp

Issue 1017313002: Simplify handling of LocalFrame lifecycle notifications. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: clear context on FDO::contextDestroyed() 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/platform/LifecycleContextTest.cpp
diff --git a/Source/platform/LifecycleContextTest.cpp b/Source/platform/LifecycleContextTest.cpp
index bf33b9028e3f2a2ffcdf528d5ac39eba6c558fb6..37f85a356cf7ebe1494ad34f1c1d75f809aa8f68 100644
--- a/Source/platform/LifecycleContextTest.cpp
+++ b/Source/platform/LifecycleContextTest.cpp
@@ -88,8 +88,7 @@ public:
private:
explicit TestingObserver(DummyContext* context)
- : LifecycleObserver<DummyContext, TestingObserver, DummyContext>(context)
- , m_contextDestroyedCalled(false)
+ : m_contextDestroyedCalled(false)
{
setContext(context);
}

Powered by Google App Engine
This is Rietveld 408576698