| Index: Source/core/svg/SVGTextContentElement.cpp | 
| diff --git a/Source/core/svg/SVGTextContentElement.cpp b/Source/core/svg/SVGTextContentElement.cpp | 
| index 025655bd0f75ae974c022cc0ab5e13dd41101ebb..532b74b7f23ce518915280da0781107afcd1302b 100644 | 
| --- a/Source/core/svg/SVGTextContentElement.cpp | 
| +++ b/Source/core/svg/SVGTextContentElement.cpp | 
| @@ -94,7 +94,7 @@ PassRefPtr<SVGAnimatedLength> SVGTextContentElement::textLength() | 
| { | 
| DEFINE_STATIC_LOCAL(SVGLength, defaultTextLength, (LengthModeOther)); | 
| if (m_specifiedTextLength == defaultTextLength) | 
| -        m_textLength.value.newValueSpecifiedUnits(LengthTypeNumber, getComputedTextLength(), ASSERT_NO_EXCEPTION_STATE); | 
| +        m_textLength.value.newValueSpecifiedUnits(LengthTypeNumber, getComputedTextLength(), ASSERT_NO_EXCEPTION); | 
|  | 
| m_textLength.shouldSynchronize = true; | 
| return static_pointer_cast<SVGAnimatedLength>(lookupOrCreateTextLengthWrapper(this)); | 
|  |