From 06ea8e899e48f1f2f396b70e63fae369f2f23232 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Mon, 28 Jun 2010 16:42:48 +0100 Subject: Merge WebKit at r61871: Initial merge by git. Change-Id: I6cff43abca9cc4782e088a469ad4f03f166a65d5 --- WebCore/html/HTMLParamElement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebCore/html/HTMLParamElement.cpp') diff --git a/WebCore/html/HTMLParamElement.cpp b/WebCore/html/HTMLParamElement.cpp index a637d5b..13a37d6 100644 --- a/WebCore/html/HTMLParamElement.cpp +++ b/WebCore/html/HTMLParamElement.cpp @@ -39,7 +39,7 @@ inline HTMLParamElement::HTMLParamElement(const QualifiedName& tagName, Document PassRefPtr HTMLParamElement::create(const QualifiedName& tagName, Document* document) { - return new HTMLParamElement(tagName, document); + return adoptRef(new HTMLParamElement(tagName, document)); } void HTMLParamElement::parseMappedAttribute(Attribute* attr) -- cgit v1.1