Index: third_party/WebKit/Source/build/scripts/make_computed_style_base.py |
diff --git a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py |
index db00f7da7ef91f6fe76d47d6d0903ad374d8915a..eba93dd9f85af01517723bd674cf5e9a86b0063f 100755 |
--- a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py |
+++ b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py |
@@ -23,6 +23,8 @@ NONPROPERTY_FIELDS = set([ |
'affectedByHover', |
'affectedByActive', |
'affectedByDrag', |
+ # A non-inherited property references a variable or @apply is used |
+ 'hasVariableReferenceFromNonInheritedProperty', |
]) |