| Index: Source/core/svg/SVGMPathElement.cpp
|
| diff --git a/Source/core/svg/SVGMPathElement.cpp b/Source/core/svg/SVGMPathElement.cpp
|
| index 058738f61de4ad1906cbf3935cdefa7b5dadf5c4..567aa0541158ac60aefd373573ccddb98e013ede 100644
|
| --- a/Source/core/svg/SVGMPathElement.cpp
|
| +++ b/Source/core/svg/SVGMPathElement.cpp
|
| @@ -61,7 +61,7 @@ void SVGMPathElement::buildPendingResource()
|
| if (!inDocument())
|
| return;
|
|
|
| - String id;
|
| + AtomicString id;
|
| Element* target = SVGURIReference::targetElementFromIRIString(hrefCurrentValue(), document(), &id);
|
| if (!target) {
|
| // Do not register as pending if we are already pending this resource.
|
|
|