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 058367e60c73fc491a98567006f4349cc21f9006..9e5cfacf9259675a8da067691b918f5c4c489037 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 |
@@ -24,8 +24,8 @@ class CSSPropertyMetadataWriter(css_properties.CSSProperties): |
def generate_css_property_metadata_cpp(self): |
return { |
'properties': self._properties, |
- 'descriptors': self._descriptors, |
- 'switches': [('interpolable', 'isInterpolableProperty'), |
+ 'switches': [('descriptor_only', 'isDescriptorOnly'), |
+ ('interpolable', 'isInterpolableProperty'), |
('inherited', 'isInheritedProperty'), |
('supports_percentage', 'propertySupportsPercentage'), |
('repeated', 'propertyIsRepeated') |