diff options
Diffstat (limited to 'Source/WebCore/Modules/geolocation/PositionCallback.h')
-rw-r--r-- | Source/WebCore/Modules/geolocation/PositionCallback.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/WebCore/Modules/geolocation/PositionCallback.h b/Source/WebCore/Modules/geolocation/PositionCallback.h index 09d7eb692..32ca1bcc6 100644 --- a/Source/WebCore/Modules/geolocation/PositionCallback.h +++ b/Source/WebCore/Modules/geolocation/PositionCallback.h @@ -23,8 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef PositionCallback_h -#define PositionCallback_h +#pragma once #include <wtf/RefCounted.h> @@ -39,5 +38,3 @@ namespace WebCore { }; } // namespace WebCore - -#endif // PositionCallback_h |