| Index: Source/core/html/HTMLStyleElement.cpp
|
| diff --git a/Source/core/html/HTMLStyleElement.cpp b/Source/core/html/HTMLStyleElement.cpp
|
| index e4db64902d6d8a7a7a5b4c62477f2a602e2dfc6c..70aded0cf73a3c76a38c59ac32c77857ae329cf5 100644
|
| --- a/Source/core/html/HTMLStyleElement.cpp
|
| +++ b/Source/core/html/HTMLStyleElement.cpp
|
| @@ -67,7 +67,7 @@ HTMLStyleElement::~HTMLStyleElement()
|
|
|
| PassRefPtrWillBeRawPtr<HTMLStyleElement> HTMLStyleElement::create(Document& document, bool createdByParser)
|
| {
|
| - return adoptRefWillBeRefCountedGarbageCollected(new HTMLStyleElement(document, createdByParser));
|
| + return adoptRefWillBeNoop(new HTMLStyleElement(document, createdByParser));
|
| }
|
|
|
| void HTMLStyleElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|