| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index 1202f51124dcdf07463c927eb1a9f654b90f877a..af7e69940b16938a4c229ab1ba8a748ffc5ed476 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -162,7 +162,7 @@ static Attr* findAttrNodeInList(const AttrNodeList& attrNodeList, const Qualifie
|
|
|
| PassRefPtrWillBeRawPtr<Element> Element::create(const QualifiedName& tagName, Document* document)
|
| {
|
| - return adoptRefWillBeRefCountedGarbageCollected(new Element(tagName, document, CreateElement));
|
| + return adoptRefWillBeNoop(new Element(tagName, document, CreateElement));
|
| }
|
|
|
| Element::Element(const QualifiedName& tagName, Document* document, ConstructionType type)
|
|
|