Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: third_party/WebKit/Source/build/scripts/make_css_property_metadata.py

Issue 2722503002: [CSS Typed OM] Specify and check separators for repeated properties (Closed)
Patch Set: Don't generate function Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
}

Powered by Google App Engine
This is Rietveld 408576698