X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Tools%2FWebKitTestRunner%2Fcocoa%2FTestControllerCocoa.mm;h=a0431e8ae76691c0c2910e7f77f78312cd4e700a;hp=eb9581ad18c0e4b55390726ae6a753f4c36c243d;hb=3b28ae087c958a5746ea3f80862e792c0a27f8d3;hpb=86c0d049d49e76fe942b313a5cae065ec8ac482f diff --git a/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm b/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm index eb9581a..a0431e8 100644 --- a/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm +++ b/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm @@ -67,7 +67,7 @@ void initializeWebViewConfiguration(const char* libraryPath, WKStringRef injecte [globalWebViewConfiguration release]; globalWebViewConfiguration = [[WKWebViewConfiguration alloc] init]; - globalWebViewConfiguration.processPool = WTF::adoptNS([[WKProcessPool alloc] _initWithConfiguration:(_WKProcessPoolConfiguration *)contextConfiguration]).get(); + globalWebViewConfiguration.processPool = (WKProcessPool *)context; globalWebViewConfiguration.websiteDataStore = (WKWebsiteDataStore *)WKContextGetWebsiteDataStore(context); globalWebViewConfiguration._allowUniversalAccessFromFileURLs = YES;