| Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| index 16b5739114257ec71b38d72d07a4b2da12cbd876..e4caee22451fffac6ae5e434c4620fc95e9a9a65 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| @@ -144,7 +144,7 @@ class ScriptPromisePropertyTestBase {
|
| ScriptState::from(toV8Context(&document(), world));
|
| ScriptState::Scope scope(scriptState);
|
| return ScriptValue(
|
| - scriptState, toV8(value, scriptState->context()->Global(), isolate()));
|
| + scriptState, ToV8(value, scriptState->context()->Global(), isolate()));
|
| }
|
|
|
| private:
|
|
|