| 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 ba3b5a38e4a5cf4d4015a6a492b50e36cd489f71..4a2b220880911695a8d3b4e806a04f933eb16d2d 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| @@ -98,9 +98,9 @@ class CORE_EXPORT ScriptController final
|
| const ScriptSourceCode&,
|
| AccessControlStatus = NotSharableCrossOrigin);
|
|
|
| - // Executes JavaScript in an isolated world. The script gets its own global scope,
|
| - // its own prototypes for intrinsic JavaScript objects (String, Array, and so-on),
|
| - // and its own wrappers for all DOM nodes and DOM constructors.
|
| + // Executes JavaScript in an isolated world. The script gets its own global
|
| + // scope, its own prototypes for intrinsic JavaScript objects (String, Array,
|
| + // and so-on), and its own wrappers for all DOM nodes and DOM constructors.
|
| //
|
| // If an isolated world with the specified ID already exists, it is reused.
|
| // Otherwise, a new world is created.
|
|
|