| Index: third_party/WebKit/Source/bindings/templates/dictionary_v8.h.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/dictionary_v8.h.tmpl b/third_party/WebKit/Source/bindings/templates/dictionary_v8.h.tmpl
|
| index b66c795ba8bb65d1ab57777c6c6278e93056937e..a08196f104503716a4c35298048ec709440c8ace 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/dictionary_v8.h.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/dictionary_v8.h.tmpl
|
| @@ -21,7 +21,7 @@ class {{v8_class}} {
|
|
|
| template<class CallbackInfo>
|
| inline void v8SetReturnValue(const CallbackInfo& callbackInfo, {{cpp_class}}& impl) {
|
| - v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| + v8SetReturnValue(callbackInfo, ToV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| }
|
|
|
| template <>
|
|
|