diff options
Diffstat (limited to 'Source/WebCore/xml/XPathFunctions.h')
-rw-r--r-- | Source/WebCore/xml/XPathFunctions.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/WebCore/xml/XPathFunctions.h b/Source/WebCore/xml/XPathFunctions.h index 94347a26a..90a29c1b7 100644 --- a/Source/WebCore/xml/XPathFunctions.h +++ b/Source/WebCore/xml/XPathFunctions.h @@ -24,8 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef XPathFunctions_h -#define XPathFunctions_h +#pragma once #include "XPathExpressionNode.h" @@ -48,5 +47,3 @@ private: } // namespace XPath } // namespace WebCore - -#endif // XPathFunctions_h |