diff options
author | Ben Murdoch <benm@google.com> | 2011-05-06 12:25:41 +0100 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2011-05-10 15:38:34 +0100 |
commit | bfd91bbb21d87422edbc7b84221059b796988782 (patch) | |
tree | 509d3ade0c8b5fcf372aec81c4be8b26b062537b | |
parent | 5784d8266fdc4ac16b990ac0c8e981ad5ee2c340 (diff) | |
download | external_webkit-bfd91bbb21d87422edbc7b84221059b796988782.zip external_webkit-bfd91bbb21d87422edbc7b84221059b796988782.tar.gz external_webkit-bfd91bbb21d87422edbc7b84221059b796988782.tar.bz2 |
Merge WebKit at r74534: Fix build. (XSLTProcessoeLibxslt.cpp)
Cherry pick r86144 to fix the build.
See http://trac.webkit.org/changeset/86144
Change-Id: Ief3510eeaedcd433ce9e1d2ddd9bb5ed1b0a6808
-rw-r--r-- | WebCore/xml/XSLTProcessorLibxslt.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/xml/XSLTProcessorLibxslt.cpp b/WebCore/xml/XSLTProcessorLibxslt.cpp index 852dcd6..89e1a87 100644 --- a/WebCore/xml/XSLTProcessorLibxslt.cpp +++ b/WebCore/xml/XSLTProcessorLibxslt.cpp @@ -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> |