[webkit-reviews] review granted: [Bug 201830] NetworkProcessConnection does not need HashMaps of sessionIDs for Service Workers and IDB : [Attachment 378885] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 16 14:05:28 PDT 2019


Geoffrey Garen <ggaren at apple.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 201830: NetworkProcessConnection does not need HashMaps of sessionIDs for
Service Workers and IDB
https://bugs.webkit.org/show_bug.cgi?id=201830

Attachment 378885: Patch

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




--- Comment #5 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 378885
  --> https://bugs.webkit.org/attachment.cgi?id=378885
Patch

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

r=me

> Source/WebKit/NetworkProcess/IndexedDB/WebIDBConnectionToClient.h:76
> +    uint64_t messageSenderDestinationID() const final { return 0; }

Are these zero accessors going to be removed in a future patch?


More information about the webkit-reviews mailing list