Title: [89514] trunk/Source/WebCore
- Revision
- 89514
- Author
- [email protected]
- Date
- 2011-06-22 18:27:19 -0700 (Wed, 22 Jun 2011)
Log Message
2011-06-22 Ryosuke Niwa <[email protected]>
Yet another build fix after r89472.
* html/parser/HTMLFormattingElementList.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (89513 => 89514)
--- trunk/Source/WebCore/ChangeLog 2011-06-23 01:20:45 UTC (rev 89513)
+++ trunk/Source/WebCore/ChangeLog 2011-06-23 01:27:19 UTC (rev 89514)
@@ -1,5 +1,11 @@
2011-06-22 Ryosuke Niwa <[email protected]>
+ Yet another build fix after r89472.
+
+ * html/parser/HTMLFormattingElementList.cpp:
+
+2011-06-22 Ryosuke Niwa <[email protected]>
+
Another build fix after r89472.
* dom/DocumentMarkerController.cpp:
Modified: trunk/Source/WebCore/html/parser/HTMLFormattingElementList.cpp (89513 => 89514)
--- trunk/Source/WebCore/html/parser/HTMLFormattingElementList.cpp 2011-06-23 01:20:45 UTC (rev 89513)
+++ trunk/Source/WebCore/html/parser/HTMLFormattingElementList.cpp 2011-06-23 01:27:19 UTC (rev 89514)
@@ -29,6 +29,10 @@
#include "Element.h"
#include "NotImplemented.h"
+#ifndef NDEBUG
+#include <stdio.h>
+#endif
+
namespace WebCore {
HTMLFormattingElementList::HTMLFormattingElementList()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes