Index: Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp |
index 1a7dd782a11896b30b0c432d377037f9a86c6bfd..e487674cce8a178aa0d2761d9896697017595ad1 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -1033,6 +1033,7 @@ bool CSSPropertyParser::parseValue(CSSPropertyID unresolvedProperty, bool import |
validPrimitive = validUnit(value, FInteger | FNonNeg) && value->fValue; |
break; |
case CSSPropertyWebkitFilter: |
+ case CSSPropertyBackdropFilter: |
if (id == CSSValueNone) |
validPrimitive = true; |
else { |