Index: Source/core/inspector/InspectorProfilerAgent.cpp |
diff --git a/Source/core/inspector/InspectorProfilerAgent.cpp b/Source/core/inspector/InspectorProfilerAgent.cpp |
index d8a2b149187ad3fc367142273220f2cae72a11ab..2a74ef4ffb3476cd9db66ede5d5e7b66a175107e 100644 |
--- a/Source/core/inspector/InspectorProfilerAgent.cpp |
+++ b/Source/core/inspector/InspectorProfilerAgent.cpp |
@@ -295,5 +295,11 @@ void InspectorProfilerAgent::didLeaveNestedRunLoop() |
idleFinished(); |
} |
+void InspectorProfilerAgent::trace(Visitor* visitor) |
+{ |
+ visitor->trace(m_injectedScriptManager); |
+ InspectorBaseAgent::trace(visitor); |
+} |
+ |
} // namespace WebCore |