| Index: Source/modules/geolocation/Geolocation.cpp
|
| diff --git a/Source/modules/geolocation/Geolocation.cpp b/Source/modules/geolocation/Geolocation.cpp
|
| index f8877fc72bc7b3069b4692cc00da3c877bc867ea..94a5afec7773f3f0398a25db5eb4b78232907f9a 100644
|
| --- a/Source/modules/geolocation/Geolocation.cpp
|
| +++ b/Source/modules/geolocation/Geolocation.cpp
|
| @@ -29,14 +29,12 @@
|
| #include "modules/geolocation/Geolocation.h"
|
|
|
| #include "core/dom/Document.h"
|
| -#include "modules/geolocation/Geoposition.h"
|
| #include "wtf/CurrentTime.h"
|
|
|
| #include "modules/geolocation/Coordinates.h"
|
| #include "modules/geolocation/GeolocationController.h"
|
| #include "modules/geolocation/GeolocationError.h"
|
| #include "modules/geolocation/GeolocationPosition.h"
|
| -#include "modules/geolocation/PositionError.h"
|
|
|
| namespace WebCore {
|
|
|
|
|