[webkit-reviews] review requested: [Bug 215120] RegistrationDatabase::openSQLiteDatabase can spin : [Attachment 405914] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 08:55:23 PDT 2020


youenn fablet <youennf at gmail.com> has asked  for review:
Bug 215120: RegistrationDatabase::openSQLiteDatabase can spin
https://bugs.webkit.org/show_bug.cgi?id=215120

Attachment 405914: Patch

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




--- Comment #6 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 405914
  --> https://bugs.webkit.org/attachment.cgi?id=405914
Patch

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

> Source/WebCore/workers/service/server/RegistrationDatabase.cpp:332
> +    postTaskToWorkQueue([this, pushCounter = ++m_pushCounter,
completionHandler = WTFMove(completionHandler)]() mutable {

I guess I could push the counter increment to postTaskToWorkQueue


More information about the webkit-reviews mailing list