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

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

Issue 2861743002: blink: Remove last (non-bindings-tests) occurences of m_instVars. (Closed)
Patch Set: Created 3 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 b4e8d3370c5a4a00e0ddf1be40a2ad084aa6e75f..451055b6e5fe64e3bcc2a8d2fd647bee2fe5c6b6 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8BindingDesign.md
+++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingDesign.md
@@ -225,7 +225,7 @@ that stores a mapping from the C++ DOM objects to the DOM wrappers in that world
As a result, we have multiple DOM wrapper storages in one isolate.
The mapping of the main world is written in `ScriptWrappable`.
-If `ScriptWrappable::m_mainWorldWrapper` has a non-empty value, it is a DOM
+If `ScriptWrappable::main_world_wrapper_` has a non-empty value, it is a DOM
wrapper of the C++ DOM object of the main world.
The mapping of other worlds are written in `DOMWrapperMap`.

Powered by Google App Engine
This is Rietveld 408576698