[webkit-reviews] review canceled: [Bug 153900] Fix iOS API tests after r196802 : [Attachment 270700] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 15:57:35 PST 2016


Alex Christensen <achristensen at apple.com> has canceled Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 153900: Fix iOS API tests after r196802
https://bugs.webkit.org/show_bug.cgi?id=153900

Attachment 270700: Patch

https://bugs.webkit.org/attachment.cgi?id=270700&action=review




--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 270700
  --> https://bugs.webkit.org/attachment.cgi?id=270700
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=270700&action=review

> Tools/TestWebKitAPI/Tests/WebCore/WebCoreNSURLSession.mm:115
> +	   WTF::initializeMainThread();
> +	   JSC::initializeThreading();
> +	   RunLoop::initializeMainRunLoop();
>	   view = [[WebView alloc] initWithFrame:NSZeroRect];

Why does this not happen automatically? I thought that WebView class
instantiation was supposed to do this.


More information about the webkit-reviews mailing list