Bug 187436

Summary: REGRESSION (r233561): MobileMail crashes when replying to an email
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch zalan: review+

Description Simon Fraser (smfr) 2018-07-07 10:43:50 PDT
REGRESSION (r233561): MobileMail crashes when replying to an email
Comment 1 Simon Fraser (smfr) 2018-07-07 10:45:57 PDT
Created attachment 344524 [details]
Patch
Comment 2 Simon Fraser (smfr) 2018-07-07 10:50:51 PDT
rdar://problem/41931915
Comment 3 Simon Fraser (smfr) 2018-07-07 10:51:15 PDT
https://trac.webkit.org/changeset/233616/webkit
Comment 4 mitz 2018-07-07 11:46:17 PDT
Comment on attachment 344524 [details]
Patch

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

> Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:-2733
> -    RELEASE_ASSERT(isMainThread());

Why not RunLoop::isMain()?