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/rendering/style/CounterDirectives.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Source/WebCore/rendering/style/CounterDirectives.h') diff --git a/Source/WebCore/rendering/style/CounterDirectives.h b/Source/WebCore/rendering/style/CounterDirectives.h index cf793bb8f..e8f347721 100644 --- a/Source/WebCore/rendering/style/CounterDirectives.h +++ b/Source/WebCore/rendering/style/CounterDirectives.h @@ -22,9 +22,9 @@ * */ -#ifndef CounterDirectives_h -#define CounterDirectives_h +#pragma once +#include #include #include #include @@ -104,8 +104,6 @@ inline bool operator!=(const CounterDirectives& a, const CounterDirectives& b) { typedef HashMap CounterDirectiveMap; -PassOwnPtr clone(const CounterDirectiveMap&); +std::unique_ptr clone(const CounterDirectiveMap&); } // namespace WebCore - -#endif // CounterDirectives_h -- cgit v1.2.1