summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/DOMObjectsInclude.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-11-26 11:24:22 +0000
committerSteve Block <steveblock@google.com>2009-12-02 11:25:19 +0000
commitfb77ce99397e423500cc148c206ffe89796091fb (patch)
treea3555dccc93727450f2786a4ee31259c981a731e /WebCore/bindings/v8/DOMObjectsInclude.h
parentc1cf958cf053d63e0f2a09d2af1ec2fafdd32cd9 (diff)
downloadexternal_webkit-fb77ce99397e423500cc148c206ffe89796091fb.zip
external_webkit-fb77ce99397e423500cc148c206ffe89796091fb.tar.gz
external_webkit-fb77ce99397e423500cc148c206ffe89796091fb.tar.bz2
Updates Geolocation V8 bindings to match patch submitted to webkit.org.
See http://trac.webkit.org/changeset/51540 Change-Id: If60a5650750b1dc48353773947d451f4e8a3ec52
Diffstat (limited to 'WebCore/bindings/v8/DOMObjectsInclude.h')
-rw-r--r--WebCore/bindings/v8/DOMObjectsInclude.h4
1 files changed, 1 insertions, 3 deletions
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"