| 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 1c391e3b44829464e75b42bc44aa7c7036999368..3d477e2aca26d7a25a152e41f3698e38eb296426 100644
|
| --- a/sky/engine/core/css/parser/CSSPropertyParser.h
|
| +++ b/sky/engine/core/css/parser/CSSPropertyParser.h
|
| @@ -81,7 +81,6 @@ private:
|
|
|
| KURL completeURL(const String& url) const;
|
|
|
| - void addPropertyWithPrefixingVariant(CSSPropertyID, PassRefPtr<CSSValue>, bool important, bool implicit = false);
|
| void addProperty(CSSPropertyID, PassRefPtr<CSSValue>, bool important, bool implicit = false);
|
| void rollbackLastProperties(int num);
|
| void addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtr<CSSValue>, bool);
|
|
|