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

Unified Diff: Source/core/page/Page.cpp

Issue 463543002: Oilpan: Ensure that classes with virtual trace methods always have vtables for their left-most base… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: new requirements Created 6 years, 4 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/core/page/Page.cpp
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
index f49227c03784b9108e35cc0b94b06691c7ce0336..0ceb6f73b08fa4dc73bbc646f0c4522ecf67655e 100644
--- a/Source/core/page/Page.cpp
+++ b/Source/core/page/Page.cpp
@@ -596,6 +596,7 @@ void Page::trace(Visitor* visitor)
visitor->trace(m_frameHost);
#endif
WillBeHeapSupplementable<Page>::trace(visitor);
+ LifecycleContext<Page>::trace(visitor);
}
void Page::willBeDestroyed()

Powered by Google App Engine
This is Rietveld 408576698