Index: Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp |
index f33421fc1206c9186e5ff31bb5295fc304d9edf2..f564dfd8f76c67fffddd7786a2a8c92e32a0876e 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -8256,9 +8256,6 @@ bool CSSPropertyParser::parseSVGValue(CSSPropertyID propId, bool important) |
break; |
case CSSPropertyPaintOrder: |
- if (!RuntimeEnabledFeatures::svgPaintOrderEnabled()) |
- return false; |
- |
if (m_valueList->size() == 1 && id == CSSValueNormal) |
validPrimitive = true; |
else if ((parsedValue = parsePaintOrder())) |