RESOLVED FIXED43033
WebCore..TextIterator..rangeFromLocationAndLength ReadAV@NULL (015d7a9da7617f1eb8f81f280a53eee1)
https://bugs.webkit.org/show_bug.cgi?id=43033
Summary WebCore..TextIterator..rangeFromLocationAndLength ReadAV@NULL (015d7a9da7617f...
Berend-Jan Wever
Reported 2010-07-27 02:22:35 PDT
Created attachment 62661 [details] Repro <body onload=" selection = getSelection(); selection.selectAllChildren(document); selection.deleteFromDocument(); range = document.createRange(); range.setStartAfter(document.firstChild); document.designMode='on'; document.execCommand('delete'); range.setStart(document, 0); /* Magic number? */ range.extractContents(); document.execCommand('undo'); document.execCommand('outdent'); "><z>
Attachments
Repro (396 bytes, text/html)
2010-07-27 02:22 PDT, Berend-Jan Wever
no flags
Berend-Jan Wever
Comment 1 2010-09-29 09:19:15 PDT
This no longer crashes Chromium latest - closing as fixed.
Note You need to log in before you can comment on or make changes to this bug.