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

Unified Diff: Source/bindings/v8/ScriptState.h

Issue 15764004: DevTools: show extension name in console context switcher (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removing v8 api from agent code Created 7 years, 7 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: Source/bindings/v8/ScriptState.h
diff --git a/Source/bindings/v8/ScriptState.h b/Source/bindings/v8/ScriptState.h
index 109ea5a7c56850447e8be54287857199034dc39f..3ccaf93a0674d4d73eb3039b80032593057d4ed9 100644
--- a/Source/bindings/v8/ScriptState.h
+++ b/Source/bindings/v8/ScriptState.h
@@ -70,6 +70,7 @@ public:
}
DOMWindow* domWindow() const;
+ DOMWrapperWorld *domWrapperWorld() const;
ScriptExecutionContext* scriptExecutionContext() const;
static ScriptState* forContext(v8::Local<v8::Context>);

Powered by Google App Engine
This is Rietveld 408576698