| Index: third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| index bbd444f08313a406cf7f2d8d000f3c8884636d13..8c80bb7e8604dec49f6f9ecfc31ec285450aeffa 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| @@ -103,6 +103,7 @@ class CORE_EXPORT ComputedStyleBase {
|
|
|
| ~ComputedStyleBase() = default;
|
|
|
| + private:
|
| // Storage.
|
| {% for field in fields %}
|
| {% if field.is_bit_field %}
|
|
|