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/xml/XSLTExtensions.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Source/WebCore/xml/XSLTExtensions.h') diff --git a/Source/WebCore/xml/XSLTExtensions.h b/Source/WebCore/xml/XSLTExtensions.h index 4e4224f95..575c01c0f 100644 --- a/Source/WebCore/xml/XSLTExtensions.h +++ b/Source/WebCore/xml/XSLTExtensions.h @@ -23,8 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef XSLTExtensions_h -#define XSLTExtensions_h +#pragma once #if ENABLE(XSLT) @@ -34,7 +33,6 @@ namespace WebCore { void registerXSLTExtensions(xsltTransformContextPtr ctxt); -} +} // namespace WebCore -#endif -#endif +#endif // ENABLE(XSLT) -- cgit v1.2.1