| Index: third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp b/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp
|
| index 1986bbe8ef8fcc0a60faabb867d4c2e3174ab198..43364ca905115dceb654cb01258f0a1a0a567c2b 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp
|
| @@ -50,9 +50,9 @@ bool StringSequenceCallbackFunctionLongSequenceArg::call(ScriptWrappable* script
|
| DummyExceptionStateForTesting exceptionState;
|
| ScriptState::Scope scope(m_scriptState.get());
|
|
|
| - v8::Local<v8::Value> argArgument = toV8(arg, m_scriptState->context()->Global(), m_scriptState->isolate());
|
| + v8::Local<v8::Value> argArgument = ToV8(arg, 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> thisValue = ToV8(scriptWrappable, m_scriptState->context()->Global(), m_scriptState->isolate());
|
|
|
| v8::Local<v8::Value> argv[] = { argArgument };
|
|
|
|
|