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

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

Issue 2628053003: Remove extension group from DOMWrapperWorld. (Closed)
Patch Set: Fix GCCallbackTest Created 3 years, 11 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/ScriptController.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
index 747bea01e12b952305134034d9bd0c4f8714bba2..9b1e5a015e8d5a4f0d5b2b4d86ff37316085b293 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
@@ -108,11 +108,9 @@ class CORE_EXPORT ScriptController final
// If an isolated world with the specified ID already exists, it is reused.
// Otherwise, a new world is created.
//
- // FIXME: Get rid of extensionGroup here.
// FIXME: We don't want to support multiple scripts.
void executeScriptInIsolatedWorld(int worldID,
const HeapVector<ScriptSourceCode>& sources,
- int extensionGroup,
Vector<v8::Local<v8::Value>>* results);
// Returns true if argument is a JavaScript URL.

Powered by Google App Engine
This is Rietveld 408576698