diff options
Diffstat (limited to 'WebKitTools/WebKitTestRunner/TestInvocation.h')
-rw-r--r-- | WebKitTools/WebKitTestRunner/TestInvocation.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/WebKitTools/WebKitTestRunner/TestInvocation.h b/WebKitTools/WebKitTestRunner/TestInvocation.h index 484e61d..1b33e49 100644 --- a/WebKitTools/WebKitTestRunner/TestInvocation.h +++ b/WebKitTools/WebKitTestRunner/TestInvocation.h @@ -42,11 +42,6 @@ public: private: void dump(const char*); - void resetPreferencesToConsistentValues(); - - // Helper - static void runUntil(bool& done); - WKRetainPtr<WKURLRef> m_url; char* m_pathOrURL; |