OSDN Git Service

Merge Webkit at r70209: StringBuilder.h moved to WTF.
authorBen Murdoch <benm@google.com>
Fri, 22 Oct 2010 15:59:05 +0000 (16:59 +0100)
committerBen Murdoch <benm@google.com>
Tue, 26 Oct 2010 14:38:50 +0000 (15:38 +0100)
See http://trac.webkit.org/changeset/69594

Change-Id: I17d01eae838c03ac198dd8b0df3717d058806aca

WebKit/android/jni/WebCoreFrameBridge.cpp

index f0cf62b..e0f32f1 100644 (file)
@@ -75,7 +75,6 @@
 #include "SecurityOrigin.h"
 #include "SelectionController.h"
 #include "Settings.h"
-#include "StringBuilder.h"
 #include "SubstituteData.h"
 #include "UserGestureIndicator.h"
 #include "WebCache.h"
 #include <wtf/Platform.h>
 #include <wtf/text/AtomicString.h>
 #include <wtf/text/CString.h>
+#include <wtf/text/StringBuilder.h>
 
 #if USE(JSC)
 #include "GCController.h"