Index: Source/core/html/HTMLUnknownElement.h |
diff --git a/Source/core/html/HTMLUnknownElement.h b/Source/core/html/HTMLUnknownElement.h |
index b92461e536dc4f9e54da5d8fa8bb81e747995d87..09d87365f01a53c9d1a3a8ec926d4a81f11d8aae 100644 |
--- a/Source/core/html/HTMLUnknownElement.h |
+++ b/Source/core/html/HTMLUnknownElement.h |
@@ -38,7 +38,7 @@ class HTMLUnknownElement FINAL : public HTMLElement { |
public: |
static PassRefPtrWillBeRawPtr<HTMLUnknownElement> create(const QualifiedName& tagName, Document& document) |
{ |
- return adoptRefWillBeRefCountedGarbageCollected(new HTMLUnknownElement(tagName, document)); |
+ return adoptRefWillBeNoop(new HTMLUnknownElement(tagName, document)); |
} |
virtual bool isHTMLUnknownElement() const OVERRIDE { return true; } |