Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/web/InspectorRenderingAgent.cpp

Issue 1434243002: Oilpan: add missing tracing of WebLocalFrameImpls from inspector agents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « third_party/WebKit/Source/web/InspectorRenderingAgent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/InspectorRenderingAgent.cpp
diff --git a/third_party/WebKit/Source/web/InspectorRenderingAgent.cpp b/third_party/WebKit/Source/web/InspectorRenderingAgent.cpp
index ded84661d5e5727d495d1f164443e412fcfdbe2e..b3674a18a83283d67f9b4ab92f407a46fdb537e4 100644
--- a/third_party/WebKit/Source/web/InspectorRenderingAgent.cpp
+++ b/third_party/WebKit/Source/web/InspectorRenderingAgent.cpp
@@ -99,6 +99,7 @@ bool InspectorRenderingAgent::compositingEnabled(ErrorString* errorString)
DEFINE_TRACE(InspectorRenderingAgent)
{
+ visitor->trace(m_webLocalFrameImpl);
InspectorBaseAgent::trace(visitor);
}
« no previous file with comments | « third_party/WebKit/Source/web/InspectorRenderingAgent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine