| Index: third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp
|
| diff --git a/third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp b/third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp
|
| index 7ee1ec89c5c0842fdd2fe05fc3d37bb4fa238bec..a78e2f479fd7b91f47cc9005304cfe570826a1b9 100644
|
| --- a/third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp
|
| +++ b/third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp
|
| @@ -18,7 +18,7 @@ ScriptValue ReadableStreamOperations::createReadableStream(
|
| ScriptValue strategy) {
|
| ScriptState::Scope scope(scriptState);
|
|
|
| - v8::Local<v8::Value> jsUnderlyingSource = toV8(underlyingSource, scriptState);
|
| + v8::Local<v8::Value> jsUnderlyingSource = ToV8(underlyingSource, scriptState);
|
| v8::Local<v8::Value> jsStrategy = strategy.v8Value();
|
| v8::Local<v8::Value> args[] = {jsUnderlyingSource, jsStrategy};
|
| return ScriptValue(
|
|
|