[webkit-reviews] review granted: [Bug 184463] Avoid constructing a service worker RegistrationStore for private sessions : [Attachment 337627] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 10 13:51:42 PDT 2018


youenn fablet <youennf at gmail.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 184463: Avoid constructing a service worker RegistrationStore for private
sessions
https://bugs.webkit.org/show_bug.cgi?id=184463

Attachment 337627: Patch

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




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

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

> Source/WebCore/workers/service/server/SWServer.h:231
> +    std::unique_ptr<RegistrationStore> m_registrationStore;

Might be able to forward-declare RegistrationStore now?


More information about the webkit-reviews mailing list