Index: third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.cpp b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.cpp |
index b7594870253b4b6ae109d92ba83a222ba635ff4a..7863c9a566a241e04d8a5e9b858abfb789973de7 100644 |
--- a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.cpp |
+++ b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.cpp |
@@ -206,7 +206,7 @@ void V8RuntimeAgentImpl::disable(ErrorString* errorString) |
{ |
} |
-void V8RuntimeAgentImpl::addExecutionContextToFrontend(int executionContextId, const String& type, const String& origin, const String& humanReadableName, const String& frameId) |
+void V8RuntimeAgentImpl::reportExecutionContextCreated(int executionContextId, const String& type, const String& origin, const String& humanReadableName, const String& frameId) |
{ |
RefPtr<ExecutionContextDescription> description = ExecutionContextDescription::create() |
.setId(executionContextId) |