Title: [89507] trunk/Source/WebCore
Revision
89507
Author
[email protected]
Date
2011-06-22 18:05:09 -0700 (Wed, 22 Jun 2011)

Log Message

2011-06-22  Ryosuke Niwa  <[email protected]>

        Build fix after r89472.

        * css/CSSStyleDeclaration.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (89506 => 89507)


--- trunk/Source/WebCore/ChangeLog	2011-06-23 00:57:42 UTC (rev 89506)
+++ trunk/Source/WebCore/ChangeLog	2011-06-23 01:05:09 UTC (rev 89507)
@@ -1,3 +1,9 @@
+2011-06-22  Ryosuke Niwa  <[email protected]>
+
+        Build fix after r89472.
+
+        * css/CSSStyleDeclaration.cpp:
+
 2011-06-22  Mark Pilgrim  <[email protected]>
 
         Reviewed by Adam Barth.

Modified: trunk/Source/WebCore/css/CSSStyleDeclaration.cpp (89506 => 89507)


--- trunk/Source/WebCore/css/CSSStyleDeclaration.cpp	2011-06-23 00:57:42 UTC (rev 89506)
+++ trunk/Source/WebCore/css/CSSStyleDeclaration.cpp	2011-06-23 01:05:09 UTC (rev 89507)
@@ -31,6 +31,9 @@
 #include "SVGElement.h"
 #include <wtf/ASCIICType.h>
 #include <wtf/text/CString.h>
+#ifndef NDEBUG
+#include <stdio.h>
+#endif
 
 using namespace WTF;
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to