summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLHeadingElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLHeadingElement.h')
-rw-r--r--Source/WebCore/html/HTMLHeadingElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLHeadingElement.h b/Source/WebCore/html/HTMLHeadingElement.h
index aeecab271..f75ffe789 100644
--- a/Source/WebCore/html/HTMLHeadingElement.h
+++ b/Source/WebCore/html/HTMLHeadingElement.h
@@ -29,7 +29,7 @@ namespace WebCore {
class HTMLHeadingElement final : public HTMLElement {
public:
- static Ref<HTMLHeadingElement> create(const QualifiedName&, Document&);
+ static PassRefPtr<HTMLHeadingElement> create(const QualifiedName&, Document&);
private:
HTMLHeadingElement(const QualifiedName&, Document&);