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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptState.h

Issue 2035653006: [DevTools] Move Console to v8 inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: improved api a bit Created 4 years, 6 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
Index: third_party/WebKit/Source/bindings/core/v8/ScriptState.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
index 58d48a95e76a71605454f6145ac56731c29057e6..3ef79f0b5970483a4bbaf9b2e2fc9b796e62544f 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
@@ -89,7 +89,6 @@ public:
LocalDOMWindow* domWindow() const;
virtual ExecutionContext* getExecutionContext() const;
virtual void setExecutionContext(ExecutionContext*);
- int contextIdInDebugger();
// This can return an empty handle if the v8::Context is gone.
v8::Local<v8::Context> context() const { return m_context.newLocal(m_isolate); }

Powered by Google App Engine
This is Rietveld 408576698