OSDN Git Service

Merge WebKit at r74534: Fix build. (XSLTProcessoeLibxslt.cpp)
authorBen Murdoch <benm@google.com>
Fri, 6 May 2011 11:25:41 +0000 (12:25 +0100)
committerBen Murdoch <benm@google.com>
Tue, 10 May 2011 14:38:34 +0000 (15:38 +0100)
Cherry pick r86144 to fix the build.

See http://trac.webkit.org/changeset/86144

Change-Id: Ief3510eeaedcd433ce9e1d2ddd9bb5ed1b0a6808

WebCore/xml/XSLTProcessorLibxslt.cpp

index 852dcd6..89e1a87 100644 (file)
@@ -45,6 +45,7 @@
 #include <libxslt/xsltutils.h>
 #include <wtf/Assertions.h>
 #include <wtf/Vector.h>
+#include <wtf/text/CString.h>
 #include <wtf/text/StringBuffer.h>
 #include <wtf/unicode/UTF8.h>