summaryrefslogtreecommitdiffstats
path: root/WebCore/page
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-02-24 11:06:07 +0000
committerSteve Block <steveblock@google.com>2010-02-24 11:06:07 +0000
commitd9d706d92081b253e54121c34fd5b3928496b78a (patch)
tree6ecdc59b95bb0a96ab1a7984622757f4ba48254b /WebCore/page
parent4a76fe14eca28895fbf48c9d58a323069411289b (diff)
downloadexternal_webkit-d9d706d92081b253e54121c34fd5b3928496b78a.zip
external_webkit-d9d706d92081b253e54121c34fd5b3928496b78a.tar.gz
external_webkit-d9d706d92081b253e54121c34fd5b3928496b78a.tar.bz2
Removes repeated headers in Geolocation.cpp
These were erroneously added in a previous WebKit merge. See https://android-git.corp.google.com/g/#change,39242 Change-Id: I192911ec35d7447ae3933cf4903aacd2ab202a3a
Diffstat (limited to 'WebCore/page')
-rw-r--r--WebCore/page/Geolocation.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/page/Geolocation.cpp b/WebCore/page/Geolocation.cpp
index 161160a..2db798e 100644
--- a/WebCore/page/Geolocation.cpp
+++ b/WebCore/page/Geolocation.cpp
@@ -45,14 +45,6 @@
#include "PositionError.h"
#endif
-#if ENABLE(CLIENT_BASED_GEOLOCATION)
-#include "Coordinates.h"
-#include "GeolocationController.h"
-#include "GeolocationError.h"
-#include "GeolocationPosition.h"
-#include "PositionError.h"
-#endif
-
namespace WebCore {
static const char permissionDeniedErrorMessage[] = "User denied Geolocation";