[webkit-reviews] review granted: [Bug 82436] Web Inspector: REGRESSION: Stack overflow on the page with > 100kloc : [Attachment 134246] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 02:58:12 PDT 2012


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 82436: Web Inspector: REGRESSION: Stack overflow on the page with > 100kloc
https://bugs.webkit.org/show_bug.cgi?id=82436

Attachment 134246: Patch
https://bugs.webkit.org/attachment.cgi?id=134246&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=134246&action=review


> Source/WebCore/inspector/front-end/TextEditorModel.js:177
> +	   for (var i = 1; i < newLines.length; ++i)

This looks weird here, can you add a comment?


More information about the webkit-reviews mailing list