| Index: sky/engine/core/html/TextMetrics.h
|
| diff --git a/sky/engine/core/html/TextMetrics.h b/sky/engine/core/html/TextMetrics.h
|
| index 03be7f4c30408a881240ab437ea51658cbaf05d0..f33221c961ccc4dcaf60880ef733e96c35aa3487 100644
|
| --- a/sky/engine/core/html/TextMetrics.h
|
| +++ b/sky/engine/core/html/TextMetrics.h
|
| @@ -74,8 +74,6 @@ public:
|
| float ideographicBaseline() const { return m_ideographicBaseline; }
|
| void setIdeographicBaseline(float ideographicBaseline) { m_ideographicBaseline = ideographicBaseline; }
|
|
|
| - void trace(Visitor*) { }
|
| -
|
| private:
|
| TextMetrics()
|
| : m_width(0)
|
|
|