Index: Source/core/html/HTMLAppletElement.cpp |
diff --git a/Source/core/html/HTMLAppletElement.cpp b/Source/core/html/HTMLAppletElement.cpp |
index a19da1bc5df7a4865e6ebda526ea4e7bef0cbec4..bec5a1257c843c4916de4f06c10afbe2b67566e5 100644 |
--- a/Source/core/html/HTMLAppletElement.cpp |
+++ b/Source/core/html/HTMLAppletElement.cpp |
@@ -51,7 +51,7 @@ HTMLAppletElement::HTMLAppletElement(Document& document, bool createdByParser) |
PassRefPtrWillBeRawPtr<HTMLAppletElement> HTMLAppletElement::create(Document& document, bool createdByParser) |
{ |
- RefPtrWillBeRawPtr<HTMLAppletElement> element = adoptRefWillBeRefCountedGarbageCollected(new HTMLAppletElement(document, createdByParser)); |
+ RefPtrWillBeRawPtr<HTMLAppletElement> element = adoptRefWillBeNoop(new HTMLAppletElement(document, createdByParser)); |
element->ensureUserAgentShadowRoot(); |
return element.release(); |
} |