| Index: third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| index 33bb9ee60e0b5baeed92b3c6ec4543a2cbd86565..00066149832b1787a86c1476d3f0a95b29836d7d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| @@ -53,7 +53,7 @@ bool LongCallbackFunction::call(ScriptWrappable* scriptWrappable, int num1, int
|
| v8::Local<v8::Value> num1Argument = v8::Integer::New(m_scriptState->isolate(), num1);
|
| v8::Local<v8::Value> num2Argument = v8::Integer::New(m_scriptState->isolate(), num2);
|
|
|
| - 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[] = { num1Argument, num2Argument };
|
|
|
|
|