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