Title: [87687] trunk/Source/WebCore
Revision
87687
Author
[email protected]
Date
2011-05-30 08:44:02 -0700 (Mon, 30 May 2011)

Log Message

2011-05-30  Peter Varga  <[email protected]>

        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.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (87686 => 87687)


--- trunk/Source/WebCore/ChangeLog	2011-05-30 14:50:13 UTC (rev 87686)
+++ trunk/Source/WebCore/ChangeLog	2011-05-30 15:44:02 UTC (rev 87687)
@@ -1,3 +1,15 @@
+2011-05-30  Peter Varga  <[email protected]>
+
+        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  <[email protected]>
 
         Unreviewed, rolling out r87683.

Modified: trunk/Source/WebCore/css/CSSStyleDeclaration.cpp (87686 => 87687)


--- trunk/Source/WebCore/css/CSSStyleDeclaration.cpp	2011-05-30 14:50:13 UTC (rev 87686)
+++ trunk/Source/WebCore/css/CSSStyleDeclaration.cpp	2011-05-30 15:44:02 UTC (rev 87687)
@@ -30,6 +30,7 @@
 #include "Node.h"
 #include "SVGElement.h"
 #include <wtf/ASCIICType.h>
+#include <wtf/text/CString.h>
 
 using namespace WTF;
 

Modified: trunk/Source/WebCore/dom/Text.cpp (87686 => 87687)


--- trunk/Source/WebCore/dom/Text.cpp	2011-05-30 14:50:13 UTC (rev 87686)
+++ trunk/Source/WebCore/dom/Text.cpp	2011-05-30 15:44:02 UTC (rev 87687)
@@ -32,6 +32,8 @@
 #include "SVGNames.h"
 #endif
 
+#include <wtf/text/CString.h>
+
 using namespace std;
 
 namespace WebCore {

Modified: trunk/Source/WebCore/rendering/InlineTextBox.cpp (87686 => 87687)


--- trunk/Source/WebCore/rendering/InlineTextBox.cpp	2011-05-30 14:50:13 UTC (rev 87686)
+++ trunk/Source/WebCore/rendering/InlineTextBox.cpp	2011-05-30 15:44:02 UTC (rev 87687)
@@ -46,6 +46,7 @@
 #include "Text.h"
 #include "break_lines.h"
 #include <wtf/AlwaysInline.h>
+#include <wtf/text/CString.h>
 
 using namespace std;
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to