| Index: Source/bindings/v8/ScriptController.h
|
| diff --git a/Source/bindings/v8/ScriptController.h b/Source/bindings/v8/ScriptController.h
|
| index 21104d2c1fe87f23fecbe677df96fd00d136f769..31742237ffe16ffe06fa692629baa4aa05ef5834 100644
|
| --- a/Source/bindings/v8/ScriptController.h
|
| +++ b/Source/bindings/v8/ScriptController.h
|
| @@ -104,8 +104,6 @@ public:
|
| // If an isolated world with the specified ID already exists, it is reused.
|
| // Otherwise, a new world is created.
|
| //
|
| - // If the worldID is 0 or DOMWrapperWorld::uninitializedWorldId, a new world is always created.
|
| - //
|
| // FIXME: Get rid of extensionGroup here.
|
| void evaluateInIsolatedWorld(int worldID, const Vector<ScriptSourceCode>& sources, int extensionGroup, Vector<ScriptValue>* results);
|
|
|
|
|