| Index: Source/core/svg/SVGTRefElement.cpp
|
| diff --git a/Source/core/svg/SVGTRefElement.cpp b/Source/core/svg/SVGTRefElement.cpp
|
| index 8140f5729daf7f598f35f25c0016e123ea053507..a5fffcee7ce5b91affcbd726c8adc67e7128d2c8 100644
|
| --- a/Source/core/svg/SVGTRefElement.cpp
|
| +++ b/Source/core/svg/SVGTRefElement.cpp
|
| @@ -150,7 +150,7 @@ SVGTRefElement::~SVGTRefElement()
|
| void SVGTRefElement::updateReferencedText(Element* target)
|
| {
|
| if (target)
|
| - replaceChildrenWithText(userAgentShadowRoot(), target->textContent(), ASSERT_NO_EXCEPTION_STATE);
|
| + replaceChildrenWithText(userAgentShadowRoot(), target->textContent(), ASSERT_NO_EXCEPTION);
|
| else
|
| userAgentShadowRoot()->removeChildren();
|
| }
|
|
|