Index: third_party/WebKit/Source/bindings/core/v8/V8BindingTest.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingTest.cpp b/third_party/WebKit/Source/bindings/core/v8/V8BindingTest.cpp |
index 677d96a5798f1ebcfc4ccee088c25ebb45a1f246..c272430fa2acacec083475ed75b9d05724dc8372 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8BindingTest.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingTest.cpp |
@@ -20,7 +20,7 @@ public: |
template<typename T> v8::Local<v8::Value> toV8(T value) |
{ |
- return blink::toV8(value, m_scope.scriptState()->context()->Global(), m_scope.isolate()); |
+ return blink::toV8(value, m_scope.getScriptState()->context()->Global(), m_scope.isolate()); |
} |
V8TestingScope m_scope; |