summaryrefslogtreecommitdiffstats
path: root/Tools/WebKitTestRunner/TestInvocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/WebKitTestRunner/TestInvocation.h')
-rw-r--r--Tools/WebKitTestRunner/TestInvocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/WebKitTestRunner/TestInvocation.h b/Tools/WebKitTestRunner/TestInvocation.h
index d5a4af9..9abd7e9 100644
--- a/Tools/WebKitTestRunner/TestInvocation.h
+++ b/Tools/WebKitTestRunner/TestInvocation.h
@@ -46,7 +46,7 @@ public:
private:
void dump(const char*);
- void dumpPixelsAndCompareWithExpected();
+ void dumpPixelsAndCompareWithExpected(WKImageRef);
WKRetainPtr<WKURLRef> m_url;
std::string m_pathOrURL;