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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8BindingDesign.md

Issue 1876383003: Introduce infrastructure for tracing ScriptWrappables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix var used only in assert Created 4 years, 8 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/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)

Powered by Google App Engine
This is Rietveld 408576698