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

Unified Diff: Source/web/WebRemoteFrameImpl.h

Issue 1331213002: Expose the V8 script context from WebRemoteFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | « no previous file | Source/web/WebRemoteFrameImpl.cpp » ('j') | public/web/WebRemoteFrame.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebRemoteFrameImpl.h
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
index 4b1ab5cad8fc4e925e567bbc4760f4a1475f0e68..47fa65e912ec50b9dc20ed26707274c1855827eb 100644
--- a/Source/web/WebRemoteFrameImpl.h
+++ b/Source/web/WebRemoteFrameImpl.h
@@ -74,6 +74,7 @@ public:
int argc,
v8::Local<v8::Value> argv[]) override;
v8::Local<v8::Context> mainWorldScriptContext() const override;
+ v8::Local<v8::Context> doNotUseMainWorldScriptContext() const override;
void reload(bool ignoreCache) override;
void reloadWithOverrideURL(const WebURL& overrideUrl, bool ignoreCache) override;
void loadRequest(const WebURLRequest&) override;
« no previous file with comments | « no previous file | Source/web/WebRemoteFrameImpl.cpp » ('j') | public/web/WebRemoteFrame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698