Index: Source/core/inspector/MainThreadDebugger.h |
diff --git a/Source/core/inspector/MainThreadDebugger.h b/Source/core/inspector/MainThreadDebugger.h |
index 93a692e405e4db16559acf843080b0330d44a022..ca17b5750b5bc1aec6232ddcee9b696664f08a33 100644 |
--- a/Source/core/inspector/MainThreadDebugger.h |
+++ b/Source/core/inspector/MainThreadDebugger.h |
@@ -60,8 +60,8 @@ public: |
~MainThreadDebugger() override; |
- static void setContextDebugData(v8::Local<v8::Context>, const String& type, int contextDebugId); |
- void addListener(ScriptDebugListener*, LocalFrame*, int contextDebugId); |
+ static void initializeContext(v8::Local<v8::Context>, int worldId); |
+ void addListener(ScriptDebugListener*, LocalFrame*); |
void removeListener(ScriptDebugListener*, LocalFrame*); |
static MainThreadDebugger* instance(); |