Summary: | Web Inspector: fix empty line handling in source maps. | ||||||
---|---|---|---|---|---|---|---|
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
Pavel Podivilov
2011-10-24 08:07:31 PDT
Created attachment 112186 [details]
Patch
Comment on attachment 112186 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=112186&action=review > Source/WebCore/inspector/front-end/CompilerSourceMapping.js:161 > + stringCharIterator.next(); I think you need to check hasNext() here and probably at line 156. > LayoutTests/inspector/debugger/compiler-source-mapping.html:81 > + "mappings":"AAAA;;;CACA", Add test for comma? Committed r98345: <http://trac.webkit.org/changeset/98345> |