2011-05-30 Peter Varga <pvarga@webkit.org>
authorpvarga@webkit.org <pvarga@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 30 May 2011 15:44:02 +0000 (15:44 +0000)
committerpvarga@webkit.org <pvarga@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 30 May 2011 15:44:02 +0000 (15:44 +0000)
        Unreviewed build fix.

        [Qt][V8] Fix debug build.

        No new tests needed.

        * css/CSSStyleDeclaration.cpp: Add missing header.
        * dom/Text.cpp: Ditto.
        * rendering/InlineTextBox.cpp: Ditto.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@87687 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/css/CSSStyleDeclaration.cpp
Source/WebCore/dom/Text.cpp
Source/WebCore/rendering/InlineTextBox.cpp

index 734f74a..bdd0d32 100644 (file)
@@ -1,3 +1,15 @@
+2011-05-30  Peter Varga  <pvarga@webkit.org>
+
+        Unreviewed build fix.
+
+        [Qt][V8] Fix debug build.
+
+        No new tests needed.
+
+        * css/CSSStyleDeclaration.cpp: Add missing header.
+        * dom/Text.cpp: Ditto.
+        * rendering/InlineTextBox.cpp: Ditto.
+
 2011-05-30  Sheriff Bot  <webkit.review.bot@gmail.com>
 
         Unreviewed, rolling out r87683.
index 706786f..b4b342f 100644 (file)
@@ -30,6 +30,7 @@
 #include "Node.h"
 #include "SVGElement.h"
 #include <wtf/ASCIICType.h>
+#include <wtf/text/CString.h>
 
 using namespace WTF;
 
index a66b457..44c9cc8 100644 (file)
@@ -32,6 +32,8 @@
 #include "SVGNames.h"
 #endif
 
+#include <wtf/text/CString.h>
+
 using namespace std;
 
 namespace WebCore {
index 42f3055..49cf949 100644 (file)
@@ -46,6 +46,7 @@
 #include "Text.h"
 #include "break_lines.h"
 #include <wtf/AlwaysInline.h>
+#include <wtf/text/CString.h>
 
 using namespace std;