| Index: Source/WebCore/rendering/svg/SVGTextMetricsBuilder.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/svg/SVGTextMetricsBuilder.cpp (revision 139386)
|
| +++ Source/WebCore/rendering/svg/SVGTextMetricsBuilder.cpp (working copy)
|
| @@ -65,9 +65,6 @@
|
| return;
|
| }
|
|
|
| - if (currentCharacterStartsSurrogatePair())
|
| - ASSERT(metricsLength == 2);
|
| -
|
| float currentWidth = m_simpleWidthIterator->runWidthSoFar() - m_totalWidth;
|
| m_totalWidth = m_simpleWidthIterator->runWidthSoFar();
|
|
|
|
|