| Index: Source/core/inspector/InspectorRuntimeAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorRuntimeAgent.cpp b/Source/core/inspector/InspectorRuntimeAgent.cpp
|
| index c55ed207ddbfb4dd6781fdc5f27eb947a9120bd3..8f71fdc4e28ae9dfe96a60bed227630dde96f768 100644
|
| --- a/Source/core/inspector/InspectorRuntimeAgent.cpp
|
| +++ b/Source/core/inspector/InspectorRuntimeAgent.cpp
|
| @@ -64,6 +64,12 @@ InspectorRuntimeAgent::~InspectorRuntimeAgent()
|
| {
|
| }
|
|
|
| +void InspectorRuntimeAgent::trace(Visitor* visitor)
|
| +{
|
| + visitor->trace(m_injectedScriptManager);
|
| + InspectorBaseAgent::trace(visitor);
|
| +}
|
| +
|
| static ScriptDebugServer::PauseOnExceptionsState setPauseOnExceptionsState(ScriptDebugServer* scriptDebugServer, ScriptDebugServer::PauseOnExceptionsState newState)
|
| {
|
| ASSERT(scriptDebugServer);
|
|
|