Title: [107500] trunk/Source/_javascript_Core
Revision
107500
Author
fpi...@apple.com
Date
2012-02-11 19:38:08 -0800 (Sat, 11 Feb 2012)

Log Message

Build fix for Qt.

* wtf/DataLog.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (107499 => 107500)


--- trunk/Source/_javascript_Core/ChangeLog	2012-02-12 03:21:32 UTC (rev 107499)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-02-12 03:38:08 UTC (rev 107500)
@@ -1,5 +1,11 @@
 2012-02-11  Filip Pizlo  <fpi...@apple.com>
 
+        Build fix for Qt.
+
+        * wtf/DataLog.h:
+
+2012-02-11  Filip Pizlo  <fpi...@apple.com>
+
         It should be possible to send all JSC debug logging to a file
         https://bugs.webkit.org/show_bug.cgi?id=78418
 

Modified: trunk/Source/_javascript_Core/wtf/DataLog.h (107499 => 107500)


--- trunk/Source/_javascript_Core/wtf/DataLog.h	2012-02-12 03:21:32 UTC (rev 107499)
+++ trunk/Source/_javascript_Core/wtf/DataLog.h	2012-02-12 03:38:08 UTC (rev 107500)
@@ -26,6 +26,7 @@
 #ifndef DataLog_h
 #define DataLog_h
 
+#include <stdarg.h>
 #include <stdio.h>
 #include <wtf/Platform.h>
 #include <wtf/StdLibExtras.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to