Index: third_party/WebKit/Source/core/streams/ReadableStream.cpp |
diff --git a/third_party/WebKit/Source/core/streams/ReadableStream.cpp b/third_party/WebKit/Source/core/streams/ReadableStream.cpp |
index 3525d3da06194c01bb68694f9d178df92e6a6779..77ff8d78d0160089c23488f3bd5d50f40641ef07 100644 |
--- a/third_party/WebKit/Source/core/streams/ReadableStream.cpp |
+++ b/third_party/WebKit/Source/core/streams/ReadableStream.cpp |
@@ -28,7 +28,7 @@ private: |
explicit ConstUndefined(ScriptState* scriptState) : ScriptFunction(scriptState) { } |
ScriptValue call(ScriptValue value) override |
{ |
- return ScriptValue(scriptState(), v8::Undefined(scriptState()->isolate())); |
+ return ScriptValue(getScriptState(), v8::Undefined(getScriptState()->isolate())); |
} |
}; |