Index: third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h |
index a46a7b6b1355c03c8e2d762c66959c522cd4705e..fcf8d8cde3704dfbf447a19e014c90b3138fa00d 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h |
@@ -109,7 +109,7 @@ protected: |
virtual ScriptState* defaultScriptState() = 0; |
InjectedScriptManager* injectedScriptManager() { return m_injectedScriptManager; } |
- void addExecutionContextToFrontend(int executionContextId, const String& type, const String& origin, const String& humanReadableName, const String& frameId); |
+ void reportExecutionContextCreated(int executionContextId, const String& type, const String& origin, const String& humanReadableName, const String& frameId); |
bool m_enabled; |