Index: Source/core/dom/Element.cpp |
diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp |
index 29a4dab876d3d9937b1bd4cca43a25bf5f247f61..8dc99f5bec8a4a6a6ac96de49142d3a6f7599211 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) |