[webkit-reviews] review granted: [Bug 179361] Web Inspector: Eliminate unnecessary hash lookups with NetworkResourceData : [Attachment 326233] [PATCH] Proposed Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 8 13:40:50 PST 2017


Brian Burg <bburg at apple.com> has granted Joseph Pecoraro <joepeck at webkit.org>'s
request for review:
Bug 179361: Web Inspector: Eliminate unnecessary hash lookups with
NetworkResourceData
https://bugs.webkit.org/show_bug.cgi?id=179361

Attachment 326233: [PATCH] Proposed Fix

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




--- Comment #7 from Brian Burg <bburg at apple.com> ---
Comment on attachment 326233
  --> https://bugs.webkit.org/attachment.cgi?id=326233
[PATCH] Proposed Fix

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

r=me

> Source/WebCore/inspector/NetworkResourcesData.cpp:266
> +	       return entry.value->loaderId() != loaderId;

v. cool


More information about the webkit-reviews mailing list