summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-10-27 12:54:26 +0100
committerSteve Block <steveblock@google.com>2011-10-28 14:57:42 +0100
commit39ef870949ce97df4abfe4febd0b38b312c85007 (patch)
treebedaa909427bdd28f19b8198cf35ed477ac5ac6c /Source/WebCore/dom
parent33227a6c6e4f49f430734efd6b339706181588c1 (diff)
downloadexternal_webkit-39ef870949ce97df4abfe4febd0b38b312c85007.zip
external_webkit-39ef870949ce97df4abfe4febd0b38b312c85007.tar.gz
external_webkit-39ef870949ce97df4abfe4febd0b38b312c85007.tar.bz2
Cherry-pick WebKit change 87687 to fix debug build
See http://trac.webkit.org/changeset/87687 Bug: 5448972 Change-Id: I1f2da8f5a2264ce6627dc99ebe1b235ae34f7c62
Diffstat (limited to 'Source/WebCore/dom')
-rw-r--r--Source/WebCore/dom/Text.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/dom/Text.cpp b/Source/WebCore/dom/Text.cpp
index 906e421..c4ea0a6 100644
--- a/Source/WebCore/dom/Text.cpp
+++ b/Source/WebCore/dom/Text.cpp
@@ -31,6 +31,8 @@
#include "SVGNames.h"
#endif
+#include <wtf/text/CString.h>
+
#if ENABLE(WML)
#include "WMLDocument.h"
#include "WMLVariables.h"