| Index: Source/core/svg/SVGUseElement.cpp | 
| diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp | 
| index db9dae3a268de692190ce6941a68ccd6c3fc4904..3315658825ff797ecefa7927eb840baeb5dfbaa0 100644 | 
| --- a/Source/core/svg/SVGUseElement.cpp | 
| +++ b/Source/core/svg/SVGUseElement.cpp | 
| @@ -515,7 +515,7 @@ void SVGUseElement::buildShadowAndInstanceTree(SVGElement* target) | 
| // Eventually dump shadow tree | 
| #ifdef DUMP_SHADOW_TREE | 
| RefPtr<XMLSerializer> serializer = XMLSerializer::create(); | 
| -    String markup = serializer->serializeToString(shadowTreeRootElement, ASSERT_NO_EXCEPTION_STATE); | 
| +    String markup = serializer->serializeToString(shadowTreeRootElement, ASSERT_NO_EXCEPTION); | 
| fprintf(stderr, "Dumping <use> shadow tree markup:\n%s\n", markup.latin1().data()); | 
| #endif | 
| } | 
|  |