Title: [97211] trunk/Source/_javascript_Core
Revision
97211
Author
[email protected]
Date
2011-10-11 18:37:00 -0700 (Tue, 11 Oct 2011)

Log Message

GTK build fix attempt after r97197.

* wtf/BitVector.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (97210 => 97211)


--- trunk/Source/_javascript_Core/ChangeLog	2011-10-12 01:27:05 UTC (rev 97210)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-10-12 01:37:00 UTC (rev 97211)
@@ -1,3 +1,9 @@
+2011-10-11  Ryosuke Niwa  <[email protected]>
+
+        GTK build fix attempt after r97197.
+
+        * wtf/BitVector.h:
+
 2011-10-11  Oliver Hunt  <[email protected]>
 
         Remove unintentional logging.

Modified: trunk/Source/_javascript_Core/wtf/BitVector.h (97210 => 97211)


--- trunk/Source/_javascript_Core/wtf/BitVector.h	2011-10-12 01:27:05 UTC (rev 97210)
+++ trunk/Source/_javascript_Core/wtf/BitVector.h	2011-10-12 01:37:00 UTC (rev 97211)
@@ -29,6 +29,10 @@
 #include <wtf/Assertions.h>
 #include <wtf/StdLibExtras.h>
 
+#ifndef NDEBUG
+#include <stdio.h>
+#endif
+
 namespace WTF {
 
 // This is a space-efficient, resizeable bitvector class. In the common case it
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to