| Index: third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp
|
| index 0ac97311f31812cc526b1cde12a3e67804ebb06a..95c7b44a02be741d93aabf77feedc2a082593999 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp
|
| @@ -50,7 +50,7 @@ bool VoidCallbackFunction::call(ScriptWrappable* scriptWrappable) {
|
| DummyExceptionStateForTesting exceptionState;
|
| ScriptState::Scope scope(m_scriptState.get());
|
|
|
| - v8::Local<v8::Value> thisValue = toV8(scriptWrappable, m_scriptState->context()->Global(), m_scriptState->isolate());
|
| + v8::Local<v8::Value> thisValue = ToV8(scriptWrappable, m_scriptState->context()->Global(), m_scriptState->isolate());
|
|
|
| v8::Local<v8::Value> *argv = nullptr;
|
|
|
|
|