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 43e8be479ed4ccde3c4488e8e73a6d21ca2389ba..d4b7977bc3a0136beb8d8e02fc92492ceacd65e8 100755 |
--- a/third_party/WebKit/Source/build/scripts/css_properties.py |
+++ b/third_party/WebKit/Source/build/scripts/css_properties.py |
@@ -15,7 +15,6 @@ |
'longhands': '', |
'interpolable': False, |
'inherited': False, |
- 'independent': False, |
'font': False, |
'svg': False, |
'name_for_methods': None, |
@@ -41,7 +40,6 @@ |
valid_values = { |
'interpolable': (True, False), |
'inherited': (True, False), |
- 'independent': (True, False), |
'font': (True, False), |
'svg': (True, False), |
'custom_all': (True, False), |