Index: third_party/WebKit/Source/web/InspectorEmulationAgent.cpp |
diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp |
index 1d1c0714f9e7f069f01bfd8fe489a1f035102714..b879e210a53ca61c8e4d99d71e29def99eb73e62 100644 |
--- a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp |
+++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp |
@@ -125,6 +125,7 @@ void InspectorEmulationAgent::viewportChanged() |
DEFINE_TRACE(InspectorEmulationAgent) |
{ |
+ visitor->trace(m_webLocalFrameImpl); |
InspectorBaseAgent::trace(visitor); |
} |