From fb77ce99397e423500cc148c206ffe89796091fb Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 26 Nov 2009 11:24:22 +0000 Subject: Updates Geolocation V8 bindings to match patch submitted to webkit.org. See http://trac.webkit.org/changeset/51540 Change-Id: If60a5650750b1dc48353773947d451f4e8a3ec52 --- WebCore/bindings/v8/DOMObjectsInclude.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'WebCore/bindings/v8/DOMObjectsInclude.h') diff --git a/WebCore/bindings/v8/DOMObjectsInclude.h b/WebCore/bindings/v8/DOMObjectsInclude.h index 59c6ecb..213873b 100644 --- a/WebCore/bindings/v8/DOMObjectsInclude.h +++ b/WebCore/bindings/v8/DOMObjectsInclude.h @@ -184,13 +184,11 @@ #include "StorageEvent.h" #endif // DOM_STORAGE -#if ENABLE(GEOLOCATION) +// GEOLOCATION #include "Coordinates.h" #include "Geolocation.h" #include "Geoposition.h" #include "PositionError.h" -#include "PositionErrorCallback.h" -#endif #if ENABLE(SVG) #include "SVGAngle.h" -- cgit v1.1