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

Unified Diff: bindings/v8/ScriptController.cpp

Issue 118189: Upstream changes to run content scripts in their own world. (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/WebCore/
Patch Set: '' Created 11 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
« no previous file with comments | « bindings/v8/ScriptController.h ('k') | bindings/v8/V8DOMMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/v8/ScriptController.cpp
===================================================================
--- bindings/v8/ScriptController.cpp (revision 44597)
+++ bindings/v8/ScriptController.cpp (working copy)
@@ -178,6 +178,11 @@
return false;
}
+void ScriptController::evaluateInNewWorld(const Vector<ScriptSourceCode>& sources)
+{
+ m_proxy->evaluateInNewWorld(sources);
+}
+
void ScriptController::evaluateInNewContext(const Vector<ScriptSourceCode>& sources)
{
m_proxy->evaluateInNewContext(sources);
« no previous file with comments | « bindings/v8/ScriptController.h ('k') | bindings/v8/V8DOMMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698