| 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 2a76b980fcc32353c161e7914e1fb1c58db12696..8113d2741e74d963f305f031a8b761b5980a0bcb 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8BindingDesign.md
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingDesign.md
|
| @@ -260,6 +260,6 @@ iframe.contentDocument.addEventListener("click",
|
|
|
| To make sure that a DOM wrapper is created in a correct context, you need to
|
| make sure that the current context must be set to the correct context
|
| -whenever you call toV8(). If you're not sure what context to use,
|
| +whenever you call ToV8(). If you're not sure what context to use,
|
| ask haraken@chromium.org.
|
|
|
|
|