[webkit-reviews] review granted: [Bug 213067] Occasional crashes when running nested runloops while using UIWebView : [Attachment 405869] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 14:58:08 PDT 2020


Darin Adler <darin at apple.com> has granted Tim Horton <thorton at apple.com>'s
request for review:
Bug 213067: Occasional crashes when running nested runloops while using
UIWebView
https://bugs.webkit.org/show_bug.cgi?id=213067

Attachment 405869: Patch

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




--- Comment #21 from Darin Adler <darin at apple.com> ---
Comment on attachment 405869
  --> https://bugs.webkit.org/attachment.cgi?id=405869
Patch

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

> Tools/TestWebKitAPI/Tests/WebKitLegacy/ios/WebThreadLock.mm:44
> +    RetainPtr<CFRunLoopObserverRef> observer =
adoptCF(CFRunLoopObserverCreateWithHandler(NULL, kCFRunLoopBeforeWaiting, NO,
2, ^(CFRunLoopObserverRef observer, CFRunLoopActivity activity) {

auto


More information about the webkit-reviews mailing list