| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
|
| index 71799ffe1a1e5f927f3aa3a218a9f9dfc0cea557..8067d57ae562f0db49164b0d2c31cc506389cc12 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
|
| @@ -31,7 +31,7 @@ CORE_EXPORT bool toV8TestInterfaceEventInit(const TestInterfaceEventInit&, v8::L
|
|
|
| template<class CallbackInfo>
|
| inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceEventInit& impl) {
|
| - v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| + v8SetReturnValue(callbackInfo, ToV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| }
|
|
|
| template <>
|
|
|