summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/GeolocationPermissions.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-07-29 13:19:14 +0100
committerSteve Block <steveblock@google.com>2009-07-29 13:26:47 +0100
commit8456b60241dce135dbda5b6114fd3650366f5a9c (patch)
treec8590a8aafc74d30ad58bb533431a35422c14981 /WebKit/android/WebCoreSupport/GeolocationPermissions.cpp
parentfe55045391147883a38ed161b0c80f4e356bd9e0 (diff)
downloadexternal_webkit-8456b60241dce135dbda5b6114fd3650366f5a9c.zip
external_webkit-8456b60241dce135dbda5b6114fd3650366f5a9c.tar.gz
external_webkit-8456b60241dce135dbda5b6114fd3650366f5a9c.tar.bz2
Fixes build bustage due to GeolocationPermissions.
Diffstat (limited to 'WebKit/android/WebCoreSupport/GeolocationPermissions.cpp')
-rwxr-xr-xWebKit/android/WebCoreSupport/GeolocationPermissions.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/android/WebCoreSupport/GeolocationPermissions.cpp b/WebKit/android/WebCoreSupport/GeolocationPermissions.cpp
index 7c0424b..452990e 100755
--- a/WebKit/android/WebCoreSupport/GeolocationPermissions.cpp
+++ b/WebKit/android/WebCoreSupport/GeolocationPermissions.cpp
@@ -26,6 +26,8 @@
#include "config.h"
#include "GeolocationPermissions.h"
+#include "DOMWindow.h"
+#include "Navigator.h"
#include "Frame.h"
#include "Geolocation.h"
#include "Navigator.h"