summaryrefslogtreecommitdiff
path: root/Tools/WebKitTestRunner/win/TestControllerWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/WebKitTestRunner/win/TestControllerWin.cpp')
-rw-r--r--Tools/WebKitTestRunner/win/TestControllerWin.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/WebKitTestRunner/win/TestControllerWin.cpp b/Tools/WebKitTestRunner/win/TestControllerWin.cpp
index ba4f753b4..8f2eaaf48 100644
--- a/Tools/WebKitTestRunner/win/TestControllerWin.cpp
+++ b/Tools/WebKitTestRunner/win/TestControllerWin.cpp
@@ -121,6 +121,10 @@ void TestController::platformInitialize()
webProcessCrashingEvent = ::CreateEventA(0, FALSE, FALSE, webProcessCrashingEventName);
}
+void TestController::platformDestroy()
+{
+}
+
void TestController::initializeInjectedBundlePath()
{
CFStringRef exeContainerPath = CFURLCopyFileSystemPath(CFURLCreateCopyDeletingLastPathComponent(0, CFBundleCopyExecutableURL(CFBundleGetMainBundle())), kCFURLWindowsPathStyle);