Bug 61037

Summary: Web Inspector: source mapping for pretty-printed scripts is sometimes inaccurate after indented comments.
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch. yurys: review+

Description Pavel Podivilov 2011-05-18 04:23:01 PDT
Web Inspector: source mapping for pretty-printed scripts is sometimes inaccurate after indented comments.
Comment 1 Pavel Podivilov 2011-05-18 04:23:44 PDT
Created attachment 93897 [details]
Patch.
Comment 2 Yury Semikhatsky 2011-05-23 02:34:15 PDT
Comment on attachment 93897 [details]
Patch.

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

> LayoutTests/http/tests/inspector/inspector-test.js:238
> +InspectorTest.assert = function(found, message)

assert->assertTrue ?
Comment 3 Pavel Podivilov 2011-05-23 06:46:33 PDT
Committed r87071: <http://trac.webkit.org/changeset/87071>