Title: [89524] trunk/Source/WebCore
- Revision
- 89524
- Author
- yael.aha...@nokia.com
- Date
- 2011-06-22 20:26:53 -0700 (Wed, 22 Jun 2011)
Log Message
Unreviewed build fix after r89472.
No new tests, just a build fix.
* rendering/InlineBox.cpp:
* rendering/RenderCounter.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (89523 => 89524)
--- trunk/Source/WebCore/ChangeLog 2011-06-23 03:07:58 UTC (rev 89523)
+++ trunk/Source/WebCore/ChangeLog 2011-06-23 03:26:53 UTC (rev 89524)
@@ -1,3 +1,12 @@
+2011-06-22 Yael Aharon <yael.aha...@nokia.com>
+
+ Unreviewed build fix after r89472.
+
+ No new tests, just a build fix.
+
+ * rendering/InlineBox.cpp:
+ * rendering/RenderCounter.cpp:
+
2011-06-22 Dimitri Glazkov <dglaz...@chromium.org>
Reviewed by Kent Tamura.
Modified: trunk/Source/WebCore/rendering/InlineBox.cpp (89523 => 89524)
--- trunk/Source/WebCore/rendering/InlineBox.cpp 2011-06-23 03:07:58 UTC (rev 89523)
+++ trunk/Source/WebCore/rendering/InlineBox.cpp 2011-06-23 03:26:53 UTC (rev 89524)
@@ -27,6 +27,10 @@
#include "RenderBlock.h"
#include "RootInlineBox.h"
+#ifndef NDEBUG
+#include <stdio.h>
+#endif
+
using namespace std;
namespace WebCore {
Modified: trunk/Source/WebCore/rendering/RenderCounter.cpp (89523 => 89524)
--- trunk/Source/WebCore/rendering/RenderCounter.cpp 2011-06-23 03:07:58 UTC (rev 89523)
+++ trunk/Source/WebCore/rendering/RenderCounter.cpp 2011-06-23 03:26:53 UTC (rev 89524)
@@ -32,6 +32,10 @@
#include "RenderStyle.h"
#include <wtf/StdLibExtras.h>
+#ifndef NDEBUG
+#include <stdio.h>
+#endif
+
namespace WebCore {
using namespace HTMLNames;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes