diff options
author | Steve Block <steveblock@google.com> | 2009-07-29 13:19:14 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2009-07-29 13:26:47 +0100 |
commit | 8456b60241dce135dbda5b6114fd3650366f5a9c (patch) | |
tree | c8590a8aafc74d30ad58bb533431a35422c14981 /WebKit/android/WebCoreSupport/GeolocationPermissions.cpp | |
parent | fe55045391147883a38ed161b0c80f4e356bd9e0 (diff) | |
download | external_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-x | WebKit/android/WebCoreSupport/GeolocationPermissions.cpp | 2 |
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" |