diff options
| author | Steve Block <steveblock@google.com> | 2009-11-26 11:24:22 +0000 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2009-12-02 11:25:19 +0000 |
| commit | fb77ce99397e423500cc148c206ffe89796091fb (patch) | |
| tree | a3555dccc93727450f2786a4ee31259c981a731e /WebCore/bindings/v8/DOMObjectsInclude.h | |
| parent | c1cf958cf053d63e0f2a09d2af1ec2fafdd32cd9 (diff) | |
| download | external_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.h | 4 |
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" |
