| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h
|
| index dd24d724d3ca80aa62c4ca27cb37ffae53152581..ed11b624ed65fd52c90456818352f2169fc585a0 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h
|
| @@ -31,7 +31,7 @@ CORE_EXPORT bool toV8TestDictionary(const TestDictionary&, v8::Local<v8::Object>
|
|
|
| template<class CallbackInfo>
|
| inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestDictionary& impl) {
|
| - v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| + v8SetReturnValue(callbackInfo, ToV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| }
|
|
|
| template <>
|
|
|