| 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 b48fc4ee729d097c7884d72a55b4cfbd9869846f..c5cc54b16ebec3b91594dbdc19d9b938d91cdd11 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| @@ -16,7 +16,10 @@
|
| {% import 'fields/keyword.tmpl' as keyword %}
|
| {% import 'fields/flag.tmpl' as flag %}
|
| {% import 'fields/monotonic_flag.tmpl' as monotonic_flag %}
|
| -{% set field_templates = { 'keyword': keyword, 'flag': flag, 'monotonic_flag': monotonic_flag } %}
|
| +{% import 'fields/storage_only.tmpl' as storage_only %}
|
| +{% set field_templates = {
|
| + 'keyword': keyword, 'flag': flag, 'monotonic_flag': monotonic_flag, 'storage_only': storage_only
|
| + } %}
|
|
|
| namespace blink {
|
|
|
|
|