| Index: Source/core/svg/SVGUseElement.cpp
|
| diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp
|
| index 79a0ec49af8e8b566a4144712d731b1f437b3907..7512f6fdb67f2e375e2427f7cc11dc59d60fc235 100644
|
| --- a/Source/core/svg/SVGUseElement.cpp
|
| +++ b/Source/core/svg/SVGUseElement.cpp
|
| @@ -67,7 +67,7 @@ inline SVGUseElement::SVGUseElement(Document& document)
|
| PassRefPtrWillBeRawPtr<SVGUseElement> SVGUseElement::create(Document& document)
|
| {
|
| // Always build a user agent #shadow-root for SVGUseElement.
|
| - RefPtrWillBeRawPtr<SVGUseElement> use = adoptRefWillBeRefCountedGarbageCollected(new SVGUseElement(document));
|
| + RefPtrWillBeRawPtr<SVGUseElement> use = adoptRefWillBeNoop(new SVGUseElement(document));
|
| use->ensureUserAgentShadowRoot();
|
| return use.release();
|
| }
|
|
|