| Index: sky/engine/core/css/parser/CSSPropertyParser.h
|
| diff --git a/sky/engine/core/css/parser/CSSPropertyParser.h b/sky/engine/core/css/parser/CSSPropertyParser.h
|
| index 412c58473bf4484ecf2d17159041076c01c4bfb6..0580c519f208b4d2100415d092e71ff28fda5aea 100644
|
| --- a/sky/engine/core/css/parser/CSSPropertyParser.h
|
| +++ b/sky/engine/core/css/parser/CSSPropertyParser.h
|
| @@ -90,7 +90,6 @@ private:
|
|
|
| bool parseShorthand(CSSPropertyID, const StylePropertyShorthand&, bool important);
|
| bool parse4Values(CSSPropertyID, const CSSPropertyID* properties, bool important);
|
| - bool parseContent(CSSPropertyID, bool important);
|
| PassRefPtr<CSSValue> parseQuotes();
|
|
|
| PassRefPtr<CSSValue> parseAttr(CSSParserValueList* args);
|
|
|