summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/android
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-08-17 04:15:07 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-08-17 04:15:07 -0700
commite9ad5c47c4280945f60b4525ce59316dbe6501cc (patch)
tree22c6087684d4f8869a292c1dec495ba364c5d612 /WebCore/platform/android
parent475b74acddb33a28347804dbb02a585517595f31 (diff)
parent0bb9b5e0e9c736593741f15859b612c4294b790b (diff)
downloadexternal_webkit-e9ad5c47c4280945f60b4525ce59316dbe6501cc.zip
external_webkit-e9ad5c47c4280945f60b4525ce59316dbe6501cc.tar.gz
external_webkit-e9ad5c47c4280945f60b4525ce59316dbe6501cc.tar.bz2
Merge change 21481 into master-webkit-merge
* changes: Fix some errors in platform/graphics/android.
Diffstat (limited to 'WebCore/platform/android')
-rw-r--r--WebCore/platform/android/GeolocationServiceAndroid.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/android/GeolocationServiceAndroid.cpp b/WebCore/platform/android/GeolocationServiceAndroid.cpp
index 9c6cb81..cd33bc6 100644
--- a/WebCore/platform/android/GeolocationServiceAndroid.cpp
+++ b/WebCore/platform/android/GeolocationServiceAndroid.cpp
@@ -23,6 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
+
#include "GeolocationService.h"
namespace WebCore {