diff options
Diffstat (limited to 'WebKit/android')
| -rw-r--r-- | WebKit/android/WebCoreSupport/V8Counters.cpp | 2 | ||||
| -rw-r--r-- | WebKit/android/WebCoreSupport/V8Counters.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/WebKit/android/WebCoreSupport/V8Counters.cpp b/WebKit/android/WebCoreSupport/V8Counters.cpp index c62efb9..7f3f3ad 100644 --- a/WebKit/android/WebCoreSupport/V8Counters.cpp +++ b/WebKit/android/WebCoreSupport/V8Counters.cpp @@ -25,7 +25,7 @@ #if USE(V8) -#ifdef ANROID_INSTRUMENT +#ifdef ANDROID_INSTRUMENT #define LOG_TAG "WebCore" diff --git a/WebKit/android/WebCoreSupport/V8Counters.h b/WebKit/android/WebCoreSupport/V8Counters.h index dcce068..499b856 100644 --- a/WebKit/android/WebCoreSupport/V8Counters.h +++ b/WebKit/android/WebCoreSupport/V8Counters.h @@ -32,6 +32,7 @@ #include <PlatformString.h> #include <v8.h> +#include <wtf/HashMap.h> namespace WebCore { |
