| 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 738b7249895440d538b8d4ec7755cb91af96fda2..8c7a5c430b380abd2f4dae4f1faf5a21ab57d88a 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "core/ComputedStyleBaseConstants.h"
|
| #include "core/CoreExport.h"
|
| -{% for field in fields if field.field_type_path != None %}
|
| -#include "{{field.field_type_path}}.h"
|
| +{% for path in include_paths %}
|
| +#include "{{path}}"
|
| {% endfor %}
|
|
|
| {# Returns the default value for the field, converted to fit in the storage container. #}
|
|
|