Chromium Code Reviews| Index: Source/core/css/parser/CSSPropertyParser.h |
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h |
| index c9e16494add599936f3d943bf7109edee00e6b33..66edc6688bb88fd0ef34730c88f6a1dd94c38b92 100644 |
| --- a/Source/core/css/parser/CSSPropertyParser.h |
| +++ b/Source/core/css/parser/CSSPropertyParser.h |
| @@ -379,8 +379,6 @@ private: |
| RefPtrWillBeMember<CSSCalcValue> m_parsedCalculation; |
| }; |
| -CSSPropertyID unresolvedCSSPropertyID(const CSSParserString&); |
|
Timothy Loh
2015/06/18 03:10:52
Probably shouldn't remove this otherwise we'll nee
|
| -CSSPropertyID cssPropertyID(const String&); |
| CSSValueID cssValueKeywordID(const CSSParserString&); |
| } // namespace blink |