| Index: third_party/WebKit/Source/platform/bindings/ScriptWrappable.h
|
| diff --git a/third_party/WebKit/Source/platform/bindings/ScriptWrappable.h b/third_party/WebKit/Source/platform/bindings/ScriptWrappable.h
|
| index b55d242a7d7a89bae218f2de2e35d75746b03e10..cc1358d0d0dc01cb8ba3ae4b9759fa4c7b880dff 100644
|
| --- a/third_party/WebKit/Source/platform/bindings/ScriptWrappable.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/ScriptWrappable.h
|
| @@ -155,7 +155,7 @@
|
| void MarkWrapper(const WrapperVisitor*) const;
|
|
|
| private:
|
| - // These classes are exceptionally allowed to use MainWorldWrapper().
|
| + // These classes are exceptionally allowed to use mainWorldWrapper().
|
| friend class DOMDataStore;
|
| friend class HeapSnaphotWrapperVisitor;
|
| friend class V8HiddenValue;
|
|
|