summaryrefslogtreecommitdiffstats
path: root/Tools/WebKitTestRunner/TestController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/WebKitTestRunner/TestController.h')
-rw-r--r--Tools/WebKitTestRunner/TestController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/WebKitTestRunner/TestController.h b/Tools/WebKitTestRunner/TestController.h
index 65305a2..fe37952 100644
--- a/Tools/WebKitTestRunner/TestController.h
+++ b/Tools/WebKitTestRunner/TestController.h
@@ -90,6 +90,9 @@ private:
static void runModal(WKPageRef, const void* clientInfo);
static void runModal(PlatformWebView*);
+ static const char* libraryPathForTesting();
+ static const char* platformLibraryPathForTesting();
+
OwnPtr<TestInvocation> m_currentInvocation;
bool m_dumpPixels;