[webkit-reviews] review granted: [Bug 206593] Background thread with ITP Database should lock when the network process is suspended : [Attachment 388587] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 23 13:49:32 PST 2020


Chris Dumez <cdumez at apple.com> has granted katherine_cheney at apple.com's request
for review:
Bug 206593: Background thread with ITP Database should lock when the network
process is suspended
https://bugs.webkit.org/show_bug.cgi?id=206593

Attachment 388587: Patch

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




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

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

>
Source/WebKit/NetworkProcess/Classifier/WebResourceLoadStatisticsStore.cpp:1167
> +    postTask([this, protectedThis = makeRef(*this), completionHandler =
completionHandlerCaller.release()] () mutable {

protectedThis is not needed, postTask() does this for you.


More information about the webkit-reviews mailing list