| Index: third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.tmpl
|
| index 69df026df4f05513047e79a88580381ed8acf4d1..46b5735d58d80996f15bbd51566bc6d16a204b2c 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.tmpl
|
| @@ -26,7 +26,7 @@ namespace blink {
|
| bool {{cpp_class}}::{{member.has_method_name}}() const {
|
| return {{member.has_method_expression}};
|
| }
|
| -{{member.rvalue_cpp_type}} {{cpp_class}}::{{member.cpp_name}}() const {
|
| +{{member.rvalue_cpp_type}} {{cpp_class}}::{{member.getter_name}}() const {
|
| {% if member.nullable_indicator_name %}
|
| DCHECK({{member.nullable_indicator_name}});
|
| {% endif %}
|
|
|