[Webkit-unassigned] [Bug 196170] Web Inspector: Page Weight indicator clears on pages with zero length resources (macrumors.com)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 22 19:14:42 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=196170

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 365792
  --> https://bugs.webkit.org/attachment.cgi?id=365792
[PATCH] For EWS

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

> Source/WebInspectorUI/UserInterface/Models/DefaultDashboard.js:188
> +        console.assert(isNaN(delta), "Resource size change should never be NaN.");

Err, this should have been `!isNaN(...)`. But I'm just using this first patch to get results from the bots.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190323/fcc65ecd/attachment.html>


More information about the webkit-unassigned mailing list