| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h
|
| index 9311f42d464739c2ed1f9e81c0e8ceca8506ac77..244df5214142a1183935297ad50512145325df38 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h
|
| @@ -31,7 +31,7 @@ CORE_EXPORT bool toV8TestPermissiveDictionary(const TestPermissiveDictionary&, v
|
|
|
| template<class CallbackInfo>
|
| inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestPermissiveDictionary& impl) {
|
| - v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| + v8SetReturnValue(callbackInfo, ToV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| }
|
|
|
| template <>
|
|
|