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

Unified Diff: webkit/glue/webframe_impl.h

Issue 262002: Make all content scripts from an extension run in the same (Closed)
Patch Set: Created 11 years, 2 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 | « webkit/api/public/WebFrame.h ('k') | webkit/glue/webframe_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webframe_impl.h
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h
index 773422c325d28d5073dafb3a9d23be6d73f2d137..e998f339d5670f82f94be653e77dfa84717aef6a 100644
--- a/webkit/glue/webframe_impl.h
+++ b/webkit/glue/webframe_impl.h
@@ -99,9 +99,9 @@ class WebFrameImpl : public WebKit::WebFrame,
virtual void executeScriptInNewContext(
const WebKit::WebScriptSource* sources, unsigned num_sources,
int extension_group);
- virtual void executeScriptInNewWorld(
- const WebKit::WebScriptSource* sources, unsigned num_sources,
- int extension_group);
+ virtual void executeScriptInIsolatedWorld(
+ int world_id, const WebKit::WebScriptSource* sources,
+ unsigned num_sources, int extension_group);
virtual void addMessageToConsole(const WebKit::WebConsoleMessage&);
virtual void collectGarbage();
#if WEBKIT_USING_V8
« no previous file with comments | « webkit/api/public/WebFrame.h ('k') | webkit/glue/webframe_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698