diff options
| author | Andrei Popescu <andreip@google.com> | 2010-03-03 18:16:12 +0000 |
|---|---|---|
| committer | Andrei Popescu <andreip@google.com> | 2010-03-03 18:33:31 +0000 |
| commit | 4bbbef2a208187104163ecdbe4278d709dede038 (patch) | |
| tree | 53cda39fcd22bd4fda17b5dcb9966940f3f25f36 /WebKit/android/WebCoreSupport/V8Counters.h | |
| parent | 60aebe4c6428cce670cda380ae44c26711e9d56b (diff) | |
| download | external_webkit-4bbbef2a208187104163ecdbe4278d709dede038.zip external_webkit-4bbbef2a208187104163ecdbe4278d709dede038.tar.gz external_webkit-4bbbef2a208187104163ecdbe4278d709dede038.tar.bz2 | |
Fix V8 build when instrumentation is on
Diffstat (limited to 'WebKit/android/WebCoreSupport/V8Counters.h')
| -rw-r--r-- | WebKit/android/WebCoreSupport/V8Counters.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
