| Index: third_party/WebKit/Source/build/scripts/make_css_value_id_mappings.py
|
| diff --git a/third_party/WebKit/Source/build/scripts/make_css_value_id_mappings.py b/third_party/WebKit/Source/build/scripts/make_css_value_id_mappings.py
|
| index 8394727d702d01f727764c0e1d47011be4affc21..648310eb2363586cd216b72508f192266d43f007 100755
|
| --- a/third_party/WebKit/Source/build/scripts/make_css_value_id_mappings.py
|
| +++ b/third_party/WebKit/Source/build/scripts/make_css_value_id_mappings.py
|
| @@ -22,7 +22,7 @@ class CSSValueIDMappingsWriter(make_style_builder.StyleBuilderWriter):
|
| mappings = {}
|
| include_paths = set()
|
| for property_ in self._properties.values():
|
| - if property_['field_template'] == 'keyword':
|
| + if property_['field_template'] in ('keyword', 'multi_keyword'):
|
| include_paths.update(property_['include_paths'])
|
|
|
| mappings[property_['type_name']] = {
|
|
|