[Webkit-unassigned] [Bug 82468] Deleting an array item causes it to appear as `undefined × 1` in the console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 25 08:31:15 PDT 2012


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #138815|review?                     |
               Flag|                            |




--- Comment #8 from Pavel Feldman <pfeldman at chromium.org>  2012-04-25 08:31:14 PST ---
(From update of attachment 138815)
View in context: https://bugs.webkit.org/attachment.cgi?id=138815&action=review

One small nit and it is good to go. You don't need to change localizedStrings here. (resetting r?).

> Source/WebCore/inspector/front-end/ConsoleMessage.js:337
> +                span.textContent = WebInspector.UIString("undefined");

You don't need to localize "undefined" - it is a JavaScript term. The reason it was localized previously was "x %d" fragment.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list