summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Geolocation.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-01-22 15:13:04 +0000
committerSteve Block <steveblock@google.com>2010-01-25 14:31:11 +0000
commite69f6aab4f5d93208365709a92a030adadecabf1 (patch)
treef62121a464d0078a260368b5b88cc2a919a7af21 /WebCore/page/Geolocation.cpp
parent5106648b32c4af91bb26f2a5af60a2c1eac14a78 (diff)
downloadexternal_webkit-e69f6aab4f5d93208365709a92a030adadecabf1.zip
external_webkit-e69f6aab4f5d93208365709a92a030adadecabf1.tar.gz
external_webkit-e69f6aab4f5d93208365709a92a030adadecabf1.tar.bz2
Cherry-pick WebKit change 52104 to make changes to Geolocation
See http://trac.webkit.org/changeset/52104 This is required to bring Geolocation up-to-date with webkit.org to allow upstreaming of maximumAge code. Change-Id: I342b9f6b6ef5a25fac37dd2187a67a834fb7e270
Diffstat (limited to 'WebCore/page/Geolocation.cpp')
-rw-r--r--WebCore/page/Geolocation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/page/Geolocation.cpp b/WebCore/page/Geolocation.cpp
index f0578a8..5a9768c 100644
--- a/WebCore/page/Geolocation.cpp
+++ b/WebCore/page/Geolocation.cpp
@@ -44,7 +44,6 @@
#include "GeolocationController.h"
#include "GeolocationError.h"
#include "GeolocationPosition.h"
-#include "Geoposition.h"
#include "PositionError.h"
#endif