[webkit-reviews] review granted: [Bug 213391] com.apple.WebKit.Networking crash: suspended with locked system files (observations.db) : [Attachment 402330] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 15:10:53 PDT 2020


Chris Dumez <cdumez at apple.com> has granted katherine_cheney at apple.com's request
for review:
Bug 213391: com.apple.WebKit.Networking crash: suspended with locked system
files (observations.db)
https://bugs.webkit.org/show_bug.cgi?id=213391

Attachment 402330: Patch

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




--- Comment #11 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 402330
  --> https://bugs.webkit.org/attachment.cgi?id=402330
Patch

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

>
Source/WebKit/NetworkProcess/Classifier/WebResourceLoadStatisticsStore.cpp:255
> +    m_statisticsQueue->dispatch([this, protectedThis = makeRef(*this),
completionHandler = WTFMove(completionHandler)] () mutable {

postTask() ?

>
Source/WebKit/NetworkProcess/Classifier/WebResourceLoadStatisticsStore.cpp:257
> +	   RunLoop::main().dispatch(WTFMove(completionHandler));

postTaskReply() ?


More information about the webkit-reviews mailing list