Title: [93412] trunk/Tools
- Revision
- 93412
- Author
- [email protected]
- Date
- 2011-08-19 08:29:08 -0700 (Fri, 19 Aug 2011)
Log Message
Fix compilation issue in WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=66554
Patch by Amruth Raj <[email protected]> on 2011-08-19
Reviewed by Martin Robinson.
* WebKitTestRunner/PixelDumpSupport.cpp:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (93411 => 93412)
--- trunk/Tools/ChangeLog 2011-08-19 15:27:31 UTC (rev 93411)
+++ trunk/Tools/ChangeLog 2011-08-19 15:29:08 UTC (rev 93412)
@@ -1,3 +1,12 @@
+2011-08-19 Amruth Raj <[email protected]>
+
+ Fix compilation issue in WebKitTestRunner
+ https://bugs.webkit.org/show_bug.cgi?id=66554
+
+ Reviewed by Martin Robinson.
+
+ * WebKitTestRunner/PixelDumpSupport.cpp:
+
2011-08-19 Adam Roben <[email protected]>
Pull some of DynamicDeviceScaleFactor's code up into a shareable base class
Modified: trunk/Tools/WebKitTestRunner/PixelDumpSupport.cpp (93411 => 93412)
--- trunk/Tools/WebKitTestRunner/PixelDumpSupport.cpp 2011-08-19 15:27:31 UTC (rev 93411)
+++ trunk/Tools/WebKitTestRunner/PixelDumpSupport.cpp 2011-08-19 15:29:08 UTC (rev 93412)
@@ -30,6 +30,7 @@
#include "PixelDumpSupport.h"
#include "CyclicRedundancyCheck.h"
+#include <cstdio>
static void appendIntToVector(unsigned number, Vector<unsigned char>& vector)
{
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes