Index: third_party/WebKit/Source/build/scripts/make_css_property_metadata.py |
diff --git a/third_party/WebKit/Source/build/scripts/make_css_property_metadata.py b/third_party/WebKit/Source/build/scripts/make_css_property_metadata.py |
index b7ebe71c78f03eb30e4f1373c49a406af27ae46a..022e19cd12adc5f9cc93226cd1868a5b200faa06 100755 |
--- a/third_party/WebKit/Source/build/scripts/make_css_property_metadata.py |
+++ b/third_party/WebKit/Source/build/scripts/make_css_property_metadata.py |
@@ -28,7 +28,6 @@ class CSSPropertyMetadataWriter(css_properties.CSSProperties): |
('interpolable', 'isInterpolableProperty'), |
('inherited', 'isInheritedProperty'), |
('supports_percentage', 'propertySupportsPercentage'), |
- ('repeated', 'propertyIsRepeated') |
], |
'first_enum_value': self._first_enum_value, |
} |