| Index: sky/engine/core/css/CSSCalculationValue.h
|
| diff --git a/sky/engine/core/css/CSSCalculationValue.h b/sky/engine/core/css/CSSCalculationValue.h
|
| index 03bd2917740a97f62ac183fcb885ca7e1b49f898..5400f92ccf884864cf71559dfa1f0083682dfec8 100644
|
| --- a/sky/engine/core/css/CSSCalculationValue.h
|
| +++ b/sky/engine/core/css/CSSCalculationValue.h
|
| @@ -89,8 +89,6 @@ public:
|
| virtual CSSPrimitiveValue::UnitType primitiveType() const = 0;
|
| bool isInteger() const { return m_isInteger; }
|
|
|
| - virtual void trace(Visitor*) { }
|
| -
|
| protected:
|
| CSSCalcExpressionNode(CalculationCategory category, bool isInteger)
|
| : m_category(category)
|
| @@ -130,8 +128,6 @@ public:
|
| String customCSSText() const;
|
| bool equals(const CSSCalcValue&) const;
|
|
|
| - void traceAfterDispatch(Visitor*);
|
| -
|
| private:
|
| CSSCalcValue(PassRefPtr<CSSCalcExpressionNode> expression, ValueRange range)
|
| : CSSValue(CalculationClass)
|
|
|