summaryrefslogtreecommitdiffstats
path: root/Source/WebKit
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-08-01 16:45:31 -0700
committerElliott Hughes <enh@google.com>2012-08-01 16:48:51 -0700
commit7b227cf2e1a760763e73bb4ceccd3125cd120559 (patch)
tree4850bffbfe430cc0b5b16a3e658285abeecc367d /Source/WebKit
parent95e32410ffa4f84bc6b140640731bd44c50cee88 (diff)
downloadexternal_webkit-7b227cf2e1a760763e73bb4ceccd3125cd120559.zip
external_webkit-7b227cf2e1a760763e73bb4ceccd3125cd120559.tar.gz
external_webkit-7b227cf2e1a760763e73bb4ceccd3125cd120559.tar.bz2
Fix build by adding missing #include.
Change-Id: I9796a80ba5b29b4b21fa96245ec350efb44a1846
Diffstat (limited to 'Source/WebKit')
-rwxr-xr-xSource/WebKit/android/jni/MockGeolocation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/android/jni/MockGeolocation.cpp b/Source/WebKit/android/jni/MockGeolocation.cpp
index 164c37d..d588010 100755
--- a/Source/WebKit/android/jni/MockGeolocation.cpp
+++ b/Source/WebKit/android/jni/MockGeolocation.cpp
@@ -32,6 +32,7 @@
#include <GeolocationError.h>
#include <GeolocationPosition.h>
+#include "JNIHelp.h"
#include "ScopedLocalRef.h"
#include <wtf/CurrentTime.h>