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

Unified Diff: Source/core/inspector/InspectorOverlayImpl.cpp

Issue 1018043002: Oilpan: fix build after r192098. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: non-oilpan tidy 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/inspector/InspectorOverlayImpl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorOverlayImpl.cpp
diff --git a/Source/core/inspector/InspectorOverlayImpl.cpp b/Source/core/inspector/InspectorOverlayImpl.cpp
index 1999cbe9a0f18b82088a99a0017704dfa1cefab7..3107b5e26063d5a4dd3deea16c24d920915c1a12 100644
--- a/Source/core/inspector/InspectorOverlayImpl.cpp
+++ b/Source/core/inspector/InspectorOverlayImpl.cpp
@@ -114,6 +114,7 @@ DEFINE_TRACE(InspectorOverlayImpl)
visitor->trace(m_overlayPage);
visitor->trace(m_overlayHost);
visitor->trace(m_listener);
+ InspectorOverlay::trace(visitor);
}
void InspectorOverlayImpl::paint(GraphicsContext& context)
« no previous file with comments | « Source/core/inspector/InspectorOverlayImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698