[Webkit-unassigned] [Bug 93019] Web Inspector: WebInspector.linkifyStringAsFragment gives wrong typeof lineNumber

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 06:20:27 PDT 2012


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #156403|review?                     |review+
               Flag|                            |




--- Comment #4 from Pavel Feldman <pfeldman at chromium.org>  2012-08-06 06:20:23 PST ---
(From update of attachment 156403)
View in context: https://bugs.webkit.org/attachment.cgi?id=156403&action=review

> Source/WebCore/inspector/front-end/ResourceUtils.js:210
> +            lineNumber = parseInt(lineColumnMatch[1]);

Nit: we explicitly say parseInt(foo, 10) to make closure compiler happy.

-- 
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