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/HTMLDirectoryElement.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Source/WebCore/html/HTMLDirectoryElement.h') diff --git a/Source/WebCore/html/HTMLDirectoryElement.h b/Source/WebCore/html/HTMLDirectoryElement.h index f1759af37..86af897d4 100644 --- a/Source/WebCore/html/HTMLDirectoryElement.h +++ b/Source/WebCore/html/HTMLDirectoryElement.h @@ -20,8 +20,7 @@ * */ -#ifndef HTMLDirectoryElement_h -#define HTMLDirectoryElement_h +#pragma once #include "HTMLElement.h" @@ -29,12 +28,10 @@ namespace WebCore { class HTMLDirectoryElement final : public HTMLElement { public: - static PassRefPtr create(const QualifiedName& tagName, Document&); + static Ref create(const QualifiedName& tagName, Document&); private: HTMLDirectoryElement(const QualifiedName&, Document&); }; -} //namespace - -#endif +} // namespace WebCore -- cgit v1.2.1