| Index: third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| diff --git a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| index fbb0aff6366e0d9a2d3d65e2eb8eb658f45d8fde..341af06b2c549c181aface1212823faf5bc4a9d3 100755
|
| --- a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| +++ b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| @@ -133,6 +133,7 @@ class Field(object):
|
|
|
| # Method names
|
| self.getter_method_name = getter_method_name
|
| + self.mutable_method_name = method_name(join_name('Mutable', name_for_methods))
|
| self.setter_method_name = setter_method_name
|
| self.initial_method_name = initial_method_name
|
| self.resetter_method_name = method_name(join_name('Reset', name_for_methods))
|
|
|