| 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 8c7a5c430b380abd2f4dae4f1faf5a21ab57d88a..ef2ec6fc8fbd106cb9dad06671c574a7a35bb00c 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| @@ -77,12 +77,6 @@ class CORE_EXPORT ComputedStyleBase {
|
| ;
|
| }
|
|
|
| - void setBitDefaults() {
|
| - {% for field in fields %}
|
| - {{field.resetter_method_name}}();
|
| - {% endfor %}
|
| - }
|
| -
|
| enum IsAtShadowBoundary {
|
| AtShadowBoundary,
|
| NotAtShadowBoundary,
|
|
|