| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index 1ff4f8d16ea497e3f1caa18868884a70c9e913b8..cd4608fb6ca8667fde26409b67ad413a6321da80 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -377,7 +377,7 @@ private:
|
| RefPtrWillBeMember<CSSCalcValue> m_parsedCalculation;
|
| };
|
|
|
| -CSSPropertyID cssPropertyID(const CSSParserString&);
|
| +CSSPropertyID unresolvedCSSPropertyID(const CSSParserString&);
|
| CSSPropertyID cssPropertyID(const String&);
|
| CSSValueID cssValueKeywordID(const CSSParserString&);
|
|
|
|
|