| 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 c6fc37799ce9cecec4abb573d682aa18d1b3c2c4..1324d882fe9e5c83f6e50a1c8b62a6e10ea9450d 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl
|
| @@ -25,7 +25,7 @@ class {{exported}}{{cpp_class}}{% if parent_cpp_class %} : public {{parent_cpp_c
|
|
|
| {% for member in members %}
|
| bool {{member.has_method_name}}() const;
|
| - {{member.rvalue_cpp_type}} {{member.cpp_name}}() const;
|
| + {{member.rvalue_cpp_type}} {{member.getter_name}}() const;
|
| void {{member.setter_name}}({{member.rvalue_cpp_type}});
|
| {% if member.null_setter_name %}
|
| void {{member.null_setter_name}}();
|
|
|