| Index: third_party/WebKit/Source/bindings/core/v8/V8BindingDesign.md
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingDesign.md b/third_party/WebKit/Source/bindings/core/v8/V8BindingDesign.md
|
| index 5c98972ead2de5ff7fe52dbfedf6f81442d7d86e..2a76b980fcc32353c161e7914e1fb1c58db12696 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8BindingDesign.md
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingDesign.md
|
| @@ -137,7 +137,8 @@ Chrome extensions. There are three kinds of worlds: a main world,
|
| an isolated world and a worker world.
|
| A main world is a world where a normal JavaScript downloaded from the web
|
| is executed.
|
| -An isolated world is a world where a content script of a Chrome extension.
|
| +An isolated world is a world where a content script of a Chrome extension is
|
| +executed.
|
| An isolate of the main thread has 1 main world and N isolated worlds.
|
| An isolate of a worker thread has 1 worker world and 0 isolated world.
|
| [This diagram](https://drive.google.com/file/d/0B1obCOyvTnPKQmJEWkVtOEN2TmM/view?usp=sharing)
|
|
|