| Index: third_party/WebKit/Source/build/scripts/templates/fields/storage_only.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/fields/storage_only.tmpl b/third_party/WebKit/Source/build/scripts/templates/fields/storage_only.tmpl
|
| index 1cf96eecae98e78775b3013b186c3241da6775ad..4f9a3bccc5eef1f2cd94f4c8f928c9265c8b8b58 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/fields/storage_only.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/fields/storage_only.tmpl
|
| @@ -5,10 +5,10 @@
|
| {%- endmacro %}
|
|
|
| {% macro decl_protected_methods(field) -%}
|
| +{{base.decl_internal_getter_method(field)}}
|
| +{{base.decl_internal_setter_method(field)}}
|
| {% if not field.is_bit_field -%}
|
| {{base.decl_mutable_method(field)}}
|
| {%- endif %}
|
| -{{base.decl_internal_getter_method(field)}}
|
| -{{base.decl_internal_setter_method(field)}}
|
| {%- endmacro %}
|
|
|
|
|