RESOLVED FIXED 109174
Web Inspector: [Regression] Map.size() returns negative values.
https://bugs.webkit.org/show_bug.cgi?id=109174
Summary Web Inspector: [Regression] Map.size() returns negative values.
Vsevolod Vlasov
Reported 2013-02-07 04:11:38 PST
Patch to follow
Attachments
Patch (4.77 KB, patch)
2013-02-07 04:12 PST, Vsevolod Vlasov
no flags
Patch (4.77 KB, patch)
2013-02-07 04:18 PST, Vsevolod Vlasov
no flags
Vsevolod Vlasov
Comment 1 2013-02-07 04:12:53 PST
Vsevolod Vlasov
Comment 2 2013-02-07 04:18:50 PST
WebKit Review Bot
Comment 3 2013-02-07 08:31:57 PST
Comment on attachment 187058 [details] Patch Clearing flags on attachment: 187058 Committed r142128: <http://trac.webkit.org/changeset/142128>
WebKit Review Bot
Comment 4 2013-02-07 08:32:00 PST
All reviewed patches have been landed. Closing bug.
Pavel Feldman
Comment 5 2013-02-12 13:06:37 PST
Comment on attachment 187058 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=187058&action=review > Source/WebCore/inspector/front-end/utilities.js:727 > + if (!result) Are you saying we do not allow storing "null", empty string, etc as values?
Pavel Feldman
Comment 6 2013-02-12 13:21:44 PST
Comment on attachment 187058 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=187058&action=review >> Source/WebCore/inspector/front-end/utilities.js:727 >> + if (!result) > > Are you saying we do not allow storing "null", empty string, etc as values? Ignore me, now I see that you store pairs as values.
Note You need to log in before you can comment on or make changes to this bug.