[webkit-reviews] review granted: [Bug 174215] Resource Load Statistics: Prune statistics in order of importance : [Attachment 315069] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 10 23:32:34 PDT 2017


Chris Dumez <cdumez at apple.com> has granted Brent Fulgham
<bfulgham at webkit.org>'s request for review:
Bug 174215: Resource Load Statistics: Prune statistics in order of importance
https://bugs.webkit.org/show_bug.cgi?id=174215

Attachment 315069: Patch

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




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

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

> Source/WebKit2/UIProcess/WebResourceLoadStatisticsStore.cpp:947
> +	   ++removed;

Why not directly --numberOfEntriesToPrune; ? instead of having an extra
variable?


More information about the webkit-reviews mailing list