| Index: Source/core/css/CSSParser.cpp
|
| diff --git a/Source/core/css/CSSParser.cpp b/Source/core/css/CSSParser.cpp
|
| index 3b269bb78a06a5596f777a6141d1603c7a505767..ece90f6ad1716a6edb55f1902c5c1b74a1fdb33e 100644
|
| --- a/Source/core/css/CSSParser.cpp
|
| +++ b/Source/core/css/CSSParser.cpp
|
| @@ -1284,6 +1284,8 @@ bool CSSParser::parseValue(StylePropertySet* declaration, CSSPropertyID property
|
|
|
| bool CSSParser::parseValue(StylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, StyleSheetContents* contextStyleSheet)
|
| {
|
| + // FIXME: Check RuntimeCSSEnabled::isCSSPropertyEnabled and isCSSValueEnabled.
|
| +
|
| setStyleSheet(contextStyleSheet);
|
|
|
| setupParser("@-internal-value{", string, "} ");
|
|
|