summaryrefslogtreecommitdiffstats
path: root/Tools/WebKitTestRunner/win/TestInvocationWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/WebKitTestRunner/win/TestInvocationWin.cpp')
-rw-r--r--Tools/WebKitTestRunner/win/TestInvocationWin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/WebKitTestRunner/win/TestInvocationWin.cpp b/Tools/WebKitTestRunner/win/TestInvocationWin.cpp
index 7c79ff5..2aec9ae 100644
--- a/Tools/WebKitTestRunner/win/TestInvocationWin.cpp
+++ b/Tools/WebKitTestRunner/win/TestInvocationWin.cpp
@@ -28,7 +28,7 @@
namespace WTR {
-#if !PLATFORM(CG)
+#if !USE(CG) && !USE(CAIRO)
void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef)
{
}