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

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

Issue 916033002: Oilpan: Move LifecycleNotifier's hierarchy to Oilpan's heap Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/core/page/PageLifecycleNotifier.h ('k') | Source/modules/webmidi/MIDIAccessInitializer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PageLifecycleNotifier.cpp
diff --git a/Source/core/page/PageLifecycleNotifier.cpp b/Source/core/page/PageLifecycleNotifier.cpp
index 9d50b94f908dce42306c0e4ac3db764cddcd2e46..53bfcc6d46f73a03bbf66ba44a798fab51a09dda 100644
--- a/Source/core/page/PageLifecycleNotifier.cpp
+++ b/Source/core/page/PageLifecycleNotifier.cpp
@@ -70,4 +70,10 @@ void PageLifecycleNotifier::notifyDidCommitLoad(LocalFrame* frame)
pageObserver->didCommitLoad(frame);
}
+void PageLifecycleNotifier::trace(Visitor* visitor)
+{
+ visitor->trace(m_pageObservers);
+ LifecycleNotifier<Page>::trace(visitor);
+}
+
} // namespace blink
« no previous file with comments | « Source/core/page/PageLifecycleNotifier.h ('k') | Source/modules/webmidi/MIDIAccessInitializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698