From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- Source/WebCore/html/HTMLModElement.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/WebCore/html/HTMLModElement.cpp') diff --git a/Source/WebCore/html/HTMLModElement.cpp b/Source/WebCore/html/HTMLModElement.cpp index 2a7e472ca..f62690afa 100644 --- a/Source/WebCore/html/HTMLModElement.cpp +++ b/Source/WebCore/html/HTMLModElement.cpp @@ -34,9 +34,9 @@ inline HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document& do { } -PassRefPtr HTMLModElement::create(const QualifiedName& tagName, Document& document) +Ref HTMLModElement::create(const QualifiedName& tagName, Document& document) { - return adoptRef(new HTMLModElement(tagName, document)); + return adoptRef(*new HTMLModElement(tagName, document)); } bool HTMLModElement::isURLAttribute(const Attribute& attribute) const -- cgit v1.2.1