Index: Source/core/css/CSSCalculationValue.h |
diff --git a/Source/core/css/CSSCalculationValue.h b/Source/core/css/CSSCalculationValue.h |
index 47f513026576b9fc25437afc4924872c225cee88..d296407b9b9470540aa803104ff4dedb215f3963 100644 |
--- a/Source/core/css/CSSCalculationValue.h |
+++ b/Source/core/css/CSSCalculationValue.h |
@@ -86,7 +86,7 @@ public: |
virtual CSSPrimitiveValue::UnitType primitiveType() const = 0; |
bool isInteger() const { return m_isInteger; } |
- virtual void trace(Visitor*) { } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { } |
protected: |
CSSCalcExpressionNode(CalculationCategory category, bool isInteger) |
@@ -127,7 +127,7 @@ public: |
String customCSSText() const; |
bool equals(const CSSCalcValue&) const; |
- void traceAfterDispatch(Visitor*); |
+ DECLARE_TRACE_AFTER_DISPATCH(); |
private: |
CSSCalcValue(PassRefPtrWillBeRawPtr<CSSCalcExpressionNode> expression, ValueRange range) |