| 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 50cd321beb7d125f14732b2d01fec4d2f8548589..114a604f53064f3e775956fcd6ffa6579ace901d 100644
|
| --- a/sky/engine/core/css/parser/CSSPropertyParser.h
|
| +++ b/sky/engine/core/css/parser/CSSPropertyParser.h
|
| @@ -88,7 +88,6 @@ private:
|
|
|
| bool parseShorthand(CSSPropertyID, const StylePropertyShorthand&);
|
| bool parse4Values(CSSPropertyID, const CSSPropertyID* properties);
|
| - PassRefPtr<CSSValue> parseQuotes();
|
|
|
| PassRefPtr<CSSValue> parseAttr(CSSParserValueList* args);
|
|
|
|
|