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`. |