summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-06-30 20:19:05 +0100
committerKristian Monsen <kristianm@google.com>2010-07-02 10:29:57 +0100
commit6649bd3b5974da46ef95db9ede01cb11ddcd3790 (patch)
treea5eedf483231862e8433e9b06cef21a4a1c5633a
parent03e1da3d6e6dbf69f96b9a7d00df9f1de4a06a86 (diff)
downloadexternal_webkit-6649bd3b5974da46ef95db9ede01cb11ddcd3790.zip
external_webkit-6649bd3b5974da46ef95db9ede01cb11ddcd3790.tar.gz
external_webkit-6649bd3b5974da46ef95db9ede01cb11ddcd3790.tar.bz2
Merge WebKit at r61871: Compile fix for PrintContext.cpp
http://trac.webkit.org/changeset/61232. Not sure why it compiles on other platforms. Change-Id: I6f109ebdb6069b00cefbb528a9d38cc3df0079f7
-rw-r--r--WebCore/page/PrintContext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/page/PrintContext.cpp b/WebCore/page/PrintContext.cpp
index 4ab7367..28c52bd 100644
--- a/WebCore/page/PrintContext.cpp
+++ b/WebCore/page/PrintContext.cpp
@@ -26,6 +26,7 @@
#include "FrameView.h"
#include "RenderLayer.h"
#include "RenderView.h"
+#include <wtf/text/CString.h>
using namespace WebCore;