Chromium Code Reviews| 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 5c52b52ba4b1b80d044c9b384acb1c7b518b383f..d05ba12e9219b81172d98518903ef21f0e9d1edf 100755 |
| --- a/third_party/WebKit/Source/build/scripts/css_properties.py |
| +++ b/third_party/WebKit/Source/build/scripts/css_properties.py |
| @@ -31,6 +31,7 @@ class CSSProperties(in_generator.Writer): |
| 'custom_value': False, |
| 'builder_skip': False, |
| 'direction_aware': False, |
| + 'api_class': None, |
| # Typed OM annotations. |
| 'typedom_types': [], |
| 'keywords': [], |