| Index: third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| index e5fab9fc944dbbfbb1f485ed50e2bbf0b3a18ece..64c2768a292ab6ccc40c3eb461cdbea79196bf26 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| @@ -59,7 +59,7 @@ public:
|
| DECLARE_TRACE();
|
|
|
| v8::Local<v8::Context> contextIfInitialized() const { return m_scriptState ? m_scriptState->context() : v8::Local<v8::Context>(); }
|
| - ScriptState* scriptState() const { return m_scriptState.get(); }
|
| + ScriptState* getScriptState() const { return m_scriptState.get(); }
|
|
|
| // Update document object of the frame.
|
| void updateDocument();
|
|
|