summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/css
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/css
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/css')
-rw-r--r--Source/WebCore/css/CSSStyleDeclaration.cpp1
1 files changed, 1 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;