| Index: third_party/WebKit/Source/core/streams/ReadableStreamController.h
|
| diff --git a/third_party/WebKit/Source/core/streams/ReadableStreamController.h b/third_party/WebKit/Source/core/streams/ReadableStreamController.h
|
| index 435db846beb28d4e863245c39bba731ab03a9033..adc54f02601faaf6ad2d47512790bc71a62fb551 100644
|
| --- a/third_party/WebKit/Source/core/streams/ReadableStreamController.h
|
| +++ b/third_party/WebKit/Source/core/streams/ReadableStreamController.h
|
| @@ -21,7 +21,7 @@ public:
|
| DEFINE_INLINE_TRACE() {}
|
|
|
| explicit ReadableStreamController(ScriptValue stream)
|
| - : m_scriptState(stream.scriptState())
|
| + : m_scriptState(stream.getScriptState())
|
| , m_stream(stream.isolate(), stream.v8Value())
|
| {
|
| m_stream.setWeak(&m_stream, ReadableStreamController::streamWeakCallback);
|
|
|