RESOLVED FIXED 70726
Web Inspector: fix empty line handling in source maps.
https://bugs.webkit.org/show_bug.cgi?id=70726
Summary Web Inspector: fix empty line handling in source maps.
Pavel Podivilov
Reported 2011-10-24 08:07:31 PDT
Web Inspector: fix empty line handling in source maps.
Attachments
Patch (4.56 KB, patch)
2011-10-24 08:08 PDT, Pavel Podivilov
yurys: review+
Pavel Podivilov
Comment 1 2011-10-24 08:08:59 PDT
Yury Semikhatsky
Comment 2 2011-10-25 06:47:57 PDT
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?
Pavel Podivilov
Comment 3 2011-10-25 07:26:15 PDT
Note You need to log in before you can comment on or make changes to this bug.