Fix compilation issue in WebKitTestRunner

https://bugs.webkit.org/show_bug.cgi?id=66554

Patch by Amruth Raj <amruthraj@motorola.com> on 2011-08-19
Reviewed by Martin Robinson.

* WebKitTestRunner/PixelDumpSupport.cpp:

git-svn-id: svn://svn.chromium.org/blink/trunk@93412 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent f88ac01e
2011-08-19 Amruth Raj <amruthraj@motorola.com>
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 <aroben@apple.com>
Pull some of DynamicDeviceScaleFactor's code up into a shareable base class
......@@ -30,6 +30,7 @@
#include "PixelDumpSupport.h"
#include "CyclicRedundancyCheck.h"
#include <cstdio>
static void appendIntToVector(unsigned number, Vector<unsigned char>& vector)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment