| Index: Source/core/css/parser/CSSPropertyParser.cpp
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp
|
| index 3800340654cf97a7ff909a178623ac0fd2bd54c2..03d137572a4e3860b6b97ebc850faa33aea4ba17 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -1035,6 +1035,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 {
|
|
|