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

Unified Diff: Source/core/dom/FrameRequestCallbackCollection.cpp

Issue 1053703002: Oilpan: fix build after r192918. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/core/dom/FrameRequestCallbackCollection.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/FrameRequestCallbackCollection.cpp
diff --git a/Source/core/dom/FrameRequestCallbackCollection.cpp b/Source/core/dom/FrameRequestCallbackCollection.cpp
index 413600ab90928fa6f3cfbe6d97f0cd3d6acc1449..9f41f54e67e9f3175d79100c96028bc573517b14 100644
--- a/Source/core/dom/FrameRequestCallbackCollection.cpp
+++ b/Source/core/dom/FrameRequestCallbackCollection.cpp
@@ -79,6 +79,7 @@ DEFINE_TRACE(FrameRequestCallbackCollection)
#if ENABLE(OILPAN)
visitor->trace(m_callbacks);
visitor->trace(m_callbacksToInvoke);
+ visitor->trace(m_context);
#endif
}
« no previous file with comments | « Source/core/dom/FrameRequestCallbackCollection.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698