| Index: Source/modules/geolocation/Geolocation.h
|
| diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h
|
| index d2edfcb8e45ad10789ff9a42c7ba9273873fa296..afbc831fce4172033d096ce188ebd8892f3e768c 100644
|
| --- a/Source/modules/geolocation/Geolocation.h
|
| +++ b/Source/modules/geolocation/Geolocation.h
|
| @@ -29,13 +29,13 @@
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| -#include "heap/Handle.h"
|
| #include "modules/geolocation/Geoposition.h"
|
| #include "modules/geolocation/PositionCallback.h"
|
| #include "modules/geolocation/PositionError.h"
|
| #include "modules/geolocation/PositionErrorCallback.h"
|
| #include "modules/geolocation/PositionOptions.h"
|
| #include "platform/Timer.h"
|
| +#include "platform/heap/Handle.h"
|
|
|
| namespace WebCore {
|
|
|
|
|