| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h
|
| index 17959e56c960f8e9a56e73dd9c31bf91e27f6ba6..7a7319c7b269a121b5065cc1e5c8729f2ba795de 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h
|
| @@ -31,7 +31,7 @@ CORE_EXPORT bool toV8TestDictionaryDerivedImplementedAs(const TestDictionaryDeri
|
|
|
| template<class CallbackInfo>
|
| inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestDictionaryDerivedImplementedAs& impl) {
|
| - v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| + v8SetReturnValue(callbackInfo, ToV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| }
|
|
|
| template <>
|
|
|