| Index: Source/core/css/parser/CSSParser.h
|
| diff --git a/Source/core/css/parser/CSSParser.h b/Source/core/css/parser/CSSParser.h
|
| index f728ca1e6beace0195deb9a83edf74ac07ea3a64..821003cf123192a743d914e27d87301955b81e8d 100644
|
| --- a/Source/core/css/parser/CSSParser.h
|
| +++ b/Source/core/css/parser/CSSParser.h
|
| @@ -60,10 +60,6 @@ private:
|
| static bool parseValue(MutableStylePropertySet*, CSSPropertyID unresolvedProperty, const String&, bool important, const CSSParserContext&);
|
| };
|
|
|
| -// TODO(timloh): It's weird that these are declared here but defined in CSSPropertyParser.h
|
| -CSSPropertyID unresolvedCSSPropertyID(const String&);
|
| -CSSPropertyID cssPropertyID(const String&);
|
| -
|
| } // namespace blink
|
|
|
| #endif // CSSParser_h
|
|
|