Index: Source/core/inspector/PageRuntimeAgent.h |
diff --git a/Source/core/inspector/PageRuntimeAgent.h b/Source/core/inspector/PageRuntimeAgent.h |
index 27e635badc1f8c6c81e866e5ed8e0666d55b87f8..3ed815cdd88dac6380b4c1b5d00dd3392a215bd8 100644 |
--- a/Source/core/inspector/PageRuntimeAgent.h |
+++ b/Source/core/inspector/PageRuntimeAgent.h |
@@ -66,6 +66,7 @@ private: |
virtual void unmuteConsole(); |
void reportExecutionContextCreation(); |
void notifyContextCreated(const String& frameId, ScriptState*, SecurityOrigin*, bool isPageContext); |
+ void notifyDartContextCreated(const String& frameId, ScriptState* v8ScriptState); |
Page* m_inspectedPage; |
InspectorPageAgent* m_pageAgent; |