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.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'Source/WebCore/html/HTMLModElement.h') diff --git a/Source/WebCore/html/HTMLModElement.h b/Source/WebCore/html/HTMLModElement.h index 1fb865be7..0edd09aea 100644 --- a/Source/WebCore/html/HTMLModElement.h +++ b/Source/WebCore/html/HTMLModElement.h @@ -21,8 +21,7 @@ * */ -#ifndef HTMLModElement_h -#define HTMLModElement_h +#pragma once #include "HTMLElement.h" @@ -30,14 +29,12 @@ namespace WebCore { class HTMLModElement final : public HTMLElement { public: - static PassRefPtr create(const QualifiedName&, Document&); + static Ref create(const QualifiedName&, Document&); private: HTMLModElement(const QualifiedName&, Document&); - virtual bool isURLAttribute(const Attribute&) const override; + bool isURLAttribute(const Attribute&) const final; }; -} //namespace - -#endif +} // namespace WebCore -- cgit v1.2.1