| Index: third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| index 7da133a9ebbecad9c90fdbbe3cde317d8b4e0fc5..65b6f73bb4f75d2e80df84786b0fdd8999f7cdf3 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| @@ -48,7 +48,7 @@ class ScriptValue;
|
| // // Enter the ScriptState.
|
| // ScriptState::Scope scope(m_scriptState.get());
|
| // // Do V8 related things.
|
| -// toV8(...);
|
| +// ToV8(...);
|
| // }
|
| // RefPtr<ScriptState> m_scriptState;
|
| // };
|
|
|