Index: third_party/WebKit/Source/bindings/core/v8/ScriptValue.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h b/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h |
index 06b5c254982ceaab349d78c22cc3ed82d12d3838..209e50ed6fbd9ee5c341f4677d4d571a6a2051e8 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h |
@@ -85,7 +85,7 @@ public: |
ASSERT(isEmpty() || m_scriptState); |
} |
- ScriptState* scriptState() const |
+ ScriptState* getScriptState() const |
{ |
return m_scriptState.get(); |
} |