| Index: Source/core/html/TextMetrics.h
|
| diff --git a/Source/core/html/TextMetrics.h b/Source/core/html/TextMetrics.h
|
| index 2af731bcaad4e1dbeb7d1ef830fb2b132cea2796..adf5f8dc0fb1bf0f125bc332325f03e4c7b15461 100644
|
| --- a/Source/core/html/TextMetrics.h
|
| +++ b/Source/core/html/TextMetrics.h
|
| @@ -74,7 +74,7 @@ public:
|
| float ideographicBaseline() const { return m_ideographicBaseline; }
|
| void setIdeographicBaseline(float ideographicBaseline) { m_ideographicBaseline = ideographicBaseline; }
|
|
|
| - void trace(Visitor*) { }
|
| + DEFINE_INLINE_TRACE() { }
|
|
|
| private:
|
| TextMetrics()
|
|
|