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

Unified Diff: Source/web/InspectorOverlayImpl.cpp

Issue 1317363003: Oilpan: fix build after r201436, r201444. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/inspector/PageDebuggerAgent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InspectorOverlayImpl.cpp
diff --git a/Source/web/InspectorOverlayImpl.cpp b/Source/web/InspectorOverlayImpl.cpp
index 4c5a11ce3cc0c2a2ae69f613361c10af1ad703be..b721e3b822b1e6afbd8d73365fe3c3fc2f119408 100644
--- a/Source/web/InspectorOverlayImpl.cpp
+++ b/Source/web/InspectorOverlayImpl.cpp
@@ -161,6 +161,7 @@ DEFINE_TRACE(InspectorOverlayImpl)
visitor->trace(m_overlayPage);
visitor->trace(m_overlayChromeClient);
visitor->trace(m_overlayHost);
+ visitor->trace(m_debuggerAgent);
visitor->trace(m_layoutEditor);
}
« no previous file with comments | « Source/core/inspector/PageDebuggerAgent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698