| Index: sky/engine/core/css/CSSFontFeatureValue.h
|
| diff --git a/sky/engine/core/css/CSSFontFeatureValue.h b/sky/engine/core/css/CSSFontFeatureValue.h
|
| index 3bf31fac47f9e9ec36247484f0c7033ef8b0481f..3dacd5bf371396f217319f7e6955a848a0c5224f 100644
|
| --- a/sky/engine/core/css/CSSFontFeatureValue.h
|
| +++ b/sky/engine/core/css/CSSFontFeatureValue.h
|
| @@ -44,8 +44,6 @@ public:
|
|
|
| bool equals(const CSSFontFeatureValue&) const;
|
|
|
| - void traceAfterDispatch(Visitor* visitor) { CSSValue::traceAfterDispatch(visitor); }
|
| -
|
| private:
|
| CSSFontFeatureValue(const AtomicString& tag, int value);
|
|
|
|
|