Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp |
index 2a7121c57f8b7d4e7f6156de1a5e7ed8d8526f1c..fbe5b9f2ac60297d729ab6cf2dbe668668ff66bb 100644 |
--- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp |
+++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp |
@@ -265,6 +265,11 @@ void V8DebuggerAgentImpl::internalSetAsyncCallStackDepth(int depth) |
m_v8AsyncCallTracker->asyncCallTrackingStateChanged(m_maxAsyncCallStackDepth); |
} |
+void V8DebuggerAgentImpl::setInspectorState(InspectorState* state) |
+{ |
+ m_state = state; |
+} |
+ |
void V8DebuggerAgentImpl::clearFrontend() |
{ |
ErrorString error; |