Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(819)

Unified Diff: Source/core/inspector/MainThreadDebugger.h

Issue 1225763002: Remove debugger id, use local frame id instead. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/core/v8/WindowProxy.cpp ('k') | Source/core/inspector/MainThreadDebugger.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/bindings/core/v8/WindowProxy.cpp ('k') | Source/core/inspector/MainThreadDebugger.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698