summaryrefslogtreecommitdiffstats
path: root/Source/WebCore
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
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')
-rw-r--r--Source/WebCore/css/CSSStyleDeclaration.cpp1
-rw-r--r--Source/WebCore/dom/Text.cpp2
-rw-r--r--Source/WebCore/rendering/InlineTextBox.cpp1
3 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/css/CSSStyleDeclaration.cpp b/Source/WebCore/css/CSSStyleDeclaration.cpp
index 1c465e5..d4acc2a 100644
--- a/Source/WebCore/css/CSSStyleDeclaration.cpp
+++ b/Source/WebCore/css/CSSStyleDeclaration.cpp
@@ -27,6 +27,7 @@
#include "CSSPropertyNames.h"
#include "CSSRule.h"
#include <wtf/ASCIICType.h>
+#include <wtf/text/CString.h>
using namespace WTF;
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"
diff --git a/Source/WebCore/rendering/InlineTextBox.cpp b/Source/WebCore/rendering/InlineTextBox.cpp
index 5815b8b..e8a9c7f 100644
--- a/Source/WebCore/rendering/InlineTextBox.cpp
+++ b/Source/WebCore/rendering/InlineTextBox.cpp
@@ -43,6 +43,7 @@
#include "Text.h"
#include "break_lines.h"
#include <wtf/AlwaysInline.h>
+#include <wtf/text/CString.h>
using namespace std;