Index: third_party/WebKit/Source/core/css/CSSProperty.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSProperty.cpp b/third_party/WebKit/Source/core/css/CSSProperty.cpp |
index bed5ff87ceff9310c414a3b1db30b3c727964036..e5e4b63cc8fedd42382203f7d15e07d3f867b66a 100644 |
--- a/third_party/WebKit/Source/core/css/CSSProperty.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSProperty.cpp |
@@ -256,6 +256,9 @@ bool CSSProperty::isAffectedByAllProperty(CSSPropertyID propertyID) |
if (!CSSPropertyMetadata::isEnabledProperty(propertyID)) |
return false; |
+ if (propertyID == CSSPropertyVariable) |
+ return false; |
+ |
// all shorthand spec says: |
// The all property is a shorthand that resets all CSS properties except |
// direction and unicode-bidi. It only accepts the CSS-wide keywords. |