[webkit-reviews] review granted: [Bug 214771] WebCoreResourceHandleAsOperationQueueDelegate can use RunLoop::dispatch : [Attachment 405233] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 25 22:10:30 PDT 2020


Darin Adler <darin at apple.com> has granted Geoffrey Garen <ggaren at apple.com>'s
request for review:
Bug 214771: WebCoreResourceHandleAsOperationQueueDelegate can use
RunLoop::dispatch
https://bugs.webkit.org/show_bug.cgi?id=214771

Attachment 405233: Patch

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




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

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

> Source/WTF/wtf/cf/RunLoopCF.cpp:92
> +	   if (schedulePair->mode() == kCFRunLoopCommonModes
> +	       && schedulePair->runLoop() == RunLoop::main().m_runLoop)

Easier to read as a long line.


More information about the webkit-reviews mailing list