Index: Source/core/html/TextMetrics.h |
diff --git a/Source/core/html/TextMetrics.h b/Source/core/html/TextMetrics.h |
index 984cfe73e59b9efaafe8eb443c13c1df59de526a..77c9b575f37eb206827a25be521a917db6118217 100644 |
--- a/Source/core/html/TextMetrics.h |
+++ b/Source/core/html/TextMetrics.h |
@@ -89,10 +89,7 @@ private: |
, m_emHeightDescent(0) |
, m_hangingBaseline(0) |
, m_alphabeticBaseline(0) |
- , m_ideographicBaseline(0) |
- { |
- ScriptWrappable::init(this); |
- } |
+ , m_ideographicBaseline(0) { } |
// x-direction |
float m_width; |