Index: third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp |
index 3708e99d2c95b82b28b790d455b75c772678dfce..c992e3cfa06b6241a4226dea07fa31e37cf7571c 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp |
@@ -23,7 +23,7 @@ ScriptStateForTesting::ScriptStateForTesting(v8::Local<v8::Context> context, Pas |
{ |
} |
-ExecutionContext* ScriptStateForTesting::executionContext() const |
+ExecutionContext* ScriptStateForTesting::getExecutionContext() const |
{ |
return m_executionContext; |
} |
@@ -46,7 +46,7 @@ V8TestingScope::~V8TestingScope() |
m_scriptState->disposePerContextData(); |
} |
-ScriptState* V8TestingScope::scriptState() const |
+ScriptState* V8TestingScope::getScriptState() const |
{ |
return m_scriptState.get(); |
} |