Chromium Code Reviews| Index: Source/core/css/CSSParser.cpp |
| diff --git a/Source/core/css/CSSParser.cpp b/Source/core/css/CSSParser.cpp |
| index 3b269bb78a06a5596f777a6141d1603c7a505767..d5d56731efa5249d14e94d7b6d504cb768303a7f 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: This should check RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID). |
|
mitica
2013/04/24 06:24:25
Hopefully I dont' get this wrong, but shouldn't th
|
| + |
| setStyleSheet(contextStyleSheet); |
| setupParser("@-internal-value{", string, "} "); |