| Index: Source/core/css/CSSToLengthConversionData.cpp
|
| diff --git a/Source/core/css/CSSToLengthConversionData.cpp b/Source/core/css/CSSToLengthConversionData.cpp
|
| index 72aa8baec09e1e534e17be292c0a61ebc9a06f35..3669e1df59cd8835d9628b1cf74e86c262d8f9ed 100644
|
| --- a/Source/core/css/CSSToLengthConversionData.cpp
|
| +++ b/Source/core/css/CSSToLengthConversionData.cpp
|
| @@ -55,7 +55,7 @@ float CSSToLengthConversionData::FontSizes::ex() const
|
| ASSERT(m_font);
|
| // FIXME: We have a bug right now where the zoom will be applied twice to EX units.
|
| // We really need to compute EX using fontMetrics for the original specifiedSize and not use
|
| - // our actual constructed rendering font.
|
| + // our actual constructed layoutObject font.
|
| if (!m_font->fontMetrics().hasXHeight())
|
| return m_em / 2.0f;
|
| return m_font->fontMetrics().xHeight();
|
|
|