| Index: third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl b/third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl
|
| index 1324d882fe9e5c83f6e50a1c8b62a6e10ea9450d..7c904e5ee5aa9c3dc082d67b0eee68e536e19eed 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl
|
| @@ -32,7 +32,7 @@ class {{exported}}{{cpp_class}}{% if parent_cpp_class %} : public {{parent_cpp_c
|
| {% endif %}
|
|
|
| {% endfor %}
|
| - v8::Local<v8::Value> toV8Impl(v8::Local<v8::Object>, v8::Isolate*) const override;
|
| + v8::Local<v8::Value> ToV8Impl(v8::Local<v8::Object>, v8::Isolate*) const override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|