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 3c1614ed7bbc79adda79ef4034ebcf8e1dbcbda7..814ede3f929302b46ca53b72842cf60313b3d21d 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': [], |