summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/V8Counters.cpp
diff options
context:
space:
mode:
authorIain Merrick <husky@google.com>2010-08-20 12:00:05 +0100
committerIain Merrick <husky@google.com>2010-08-23 15:16:07 +0100
commitdd7ee22af4f03672fa823324323466054f19a054 (patch)
tree21a04203e47a38c3aa84a8fca3bcb27e1c8295db /WebKit/android/WebCoreSupport/V8Counters.cpp
parent5fad69d9971b460f791574bbb29b3b3217b406e7 (diff)
downloadexternal_webkit-dd7ee22af4f03672fa823324323466054f19a054.zip
external_webkit-dd7ee22af4f03672fa823324323466054f19a054.tar.gz
external_webkit-dd7ee22af4f03672fa823324323466054f19a054.tar.bz2
Merge WebKit at r65615 : Fix include paths for string headers.
These moved to <wtf/text> in http://trac.webkit.org/changeset/65077 Change-Id: Ie234f1a09013e48a5241d9e240c5b2e85ca75125
Diffstat (limited to 'WebKit/android/WebCoreSupport/V8Counters.cpp')
-rw-r--r--WebKit/android/WebCoreSupport/V8Counters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/WebCoreSupport/V8Counters.cpp b/WebKit/android/WebCoreSupport/V8Counters.cpp
index 7472447..4e7351d 100644
--- a/WebKit/android/WebCoreSupport/V8Counters.cpp
+++ b/WebKit/android/WebCoreSupport/V8Counters.cpp
@@ -33,9 +33,9 @@
#include "V8Counters.h"
#include "NotImplemented.h"
-#include <StringHash.h>
#include <utils/Log.h>
#include <wtf/text/CString.h>
+#include <wtf/text/StringHash.h>
namespace WebCore {