summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/WebCoreSupport')
-rw-r--r--WebKit/android/WebCoreSupport/V8Counters.cpp2
-rw-r--r--WebKit/android/WebCoreSupport/V8Counters.h1
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 {