[webkit-reviews] review granted: [Bug 177552] Add quota to cache API : [Attachment 322648] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 9 13:21:27 PDT 2017


Alex Christensen <achristensen at apple.com> has granted youenn fablet
<youennf at gmail.com>'s request for review:
Bug 177552: Add quota to cache API
https://bugs.webkit.org/show_bug.cgi?id=177552

Attachment 322648: Patch

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




--- Comment #34 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 322648
  --> https://bugs.webkit.org/attachment.cgi?id=322648
Patch

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

> Source/WebKit/NetworkProcess/cache/CacheStorageEngineCache.h:85
> +	   double insertionTime;
> +	   uint64_t size;

These could use initializer lists to be safe.


More information about the webkit-reviews mailing list