| Index: Source/WebCore/svg/SVGUseElement.cpp
|
| ===================================================================
|
| --- Source/WebCore/svg/SVGUseElement.cpp (revision 95428)
|
| +++ Source/WebCore/svg/SVGUseElement.cpp (working copy)
|
| @@ -204,11 +204,11 @@
|
| const SVGDocumentExtensions::SVGPendingElements::const_iterator end = clients->end();
|
| for (SVGDocumentExtensions::SVGPendingElements::const_iterator it = clients->begin(); it != end; ++it) {
|
| ASSERT((*it)->hasPendingResources());
|
| - (*it)->setHasPendingResources(false);
|
| + (*it)->clearHasPendingResourcesIfPossible();
|
| }
|
|
|
| m_resourceId = String();
|
| - setHasPendingResources(false);
|
| + clearHasPendingResourcesIfPossible();
|
| }
|
|
|
| m_targetElementInstance = 0;
|
|
|