Index: Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp |
index c754b88a8bddfc472e014cb2f212808f92d71961..8ac5925fe493311efb0b7691c55adc2bef891423 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -442,9 +442,6 @@ void CSSPropertyParser::addExpandedPropertyForValue(CSSPropertyID propId, PassRe |
bool CSSPropertyParser::parseValue(CSSPropertyID propId, bool important) |
{ |
- if (!isInternalPropertyAndValueParsingEnabledForMode(m_context.mode()) && isInternalProperty(propId)) |
- return false; |
- |
if (!m_valueList) |
return false; |