| Index: third_party/WebKit/Source/build/scripts/css_properties.py
|
| diff --git a/third_party/WebKit/Source/build/scripts/css_properties.py b/third_party/WebKit/Source/build/scripts/css_properties.py
|
| index 43e8be479ed4ccde3c4488e8e73a6d21ca2389ba..333fc0722491b5305d2c2e02228af731a59579e4 100755
|
| --- a/third_party/WebKit/Source/build/scripts/css_properties.py
|
| +++ b/third_party/WebKit/Source/build/scripts/css_properties.py
|
| @@ -34,6 +34,7 @@ class CSSProperties(in_generator.Writer):
|
| # Typed OM annotations.
|
| 'typedom_types': [],
|
| 'keywords': [],
|
| + 'keyword_only': False,
|
| 'supports_percentage': False,
|
| 'supports_multiple': False,
|
| }
|
| @@ -50,6 +51,7 @@ class CSSProperties(in_generator.Writer):
|
| 'custom_value': (True, False),
|
| 'builder_skip': (True, False),
|
| 'direction_aware': (True, False),
|
| + 'keyword_only': (True, False),
|
| }
|
|
|
| def __init__(self, file_paths):
|
|
|