| 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 5d7c25f346fe56a084400d16ac0fcb6d868c7ede..a4ba01f123a361312d84859f63e02e2d4f8de038 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
|
| @@ -7,7 +7,9 @@
|
|
|
| {% macro decl_protected_methods(field) -%}
|
| {{base.decl_internal_getter_method(field)}}
|
| +{% if not field.wrapper_pointer_name %}
|
| {{base.decl_internal_setter_method(field)}}
|
| +{% endif %}
|
| {% if not field.is_bit_field -%}
|
| void {{field.internal_setter_method_name}}({{field.type_name}}&& v) {
|
| {% if field.group_member_name %}
|
|
|