| Index: Source/core/html/HTMLAnchorElement.cpp
|
| diff --git a/Source/core/html/HTMLAnchorElement.cpp b/Source/core/html/HTMLAnchorElement.cpp
|
| index 7f585364663eea2a28813e9b30cf72140c82693f..9375ec3a5047c049451841b3c8fd1da537230461 100644
|
| --- a/Source/core/html/HTMLAnchorElement.cpp
|
| +++ b/Source/core/html/HTMLAnchorElement.cpp
|
| @@ -119,7 +119,7 @@ HTMLAnchorElement::HTMLAnchorElement(const QualifiedName& tagName, Document& doc
|
|
|
| PassRefPtrWillBeRawPtr<HTMLAnchorElement> HTMLAnchorElement::create(Document& document)
|
| {
|
| - return adoptRefWillBeRefCountedGarbageCollected(new HTMLAnchorElement(aTag, document));
|
| + return adoptRefWillBeNoop(new HTMLAnchorElement(aTag, document));
|
| }
|
|
|
| HTMLAnchorElement::~HTMLAnchorElement()
|
|
|