| Index: Source/core/inspector/InspectorProfilerAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorProfilerAgent.cpp b/Source/core/inspector/InspectorProfilerAgent.cpp
|
| index feddbf14b6a66837853e351c7a5046c9b76e2fea..26ed829d975becae4cd0e4024b11f9db3d5428ae 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 blink
|
|
|
|
|