summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebCoreFrameBridge.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/jni/WebCoreFrameBridge.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/jni/WebCoreFrameBridge.cpp')
-rw-r--r--WebKit/android/jni/WebCoreFrameBridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/jni/WebCoreFrameBridge.cpp b/WebKit/android/jni/WebCoreFrameBridge.cpp
index a868260..52f1551 100644
--- a/WebKit/android/jni/WebCoreFrameBridge.cpp
+++ b/WebKit/android/jni/WebCoreFrameBridge.cpp
@@ -29,7 +29,6 @@
#include "WebCoreFrameBridge.h"
#include "Arena.h"
-#include "AtomicString.h"
#include "BackForwardList.h"
#include "Cache.h"
#include "Chrome.h"
@@ -97,6 +96,7 @@
#include <utils/AssetManager.h>
#include <wtf/CurrentTime.h>
#include <wtf/Platform.h>
+#include <wtf/text/AtomicString.h>
#include <wtf/text/CString.h>
#if USE(JSC)