diff options
Diffstat (limited to 'Tools/WebKitTestRunner/win/TestControllerWin.cpp')
-rw-r--r-- | Tools/WebKitTestRunner/win/TestControllerWin.cpp | 4 |
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); |