[Webkit-unassigned] [Bug 75171] NULL ptr in WebCore::TextIterator::rangeFromLocationAndLength

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 03:53:31 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75171





--- Comment #8 from Berend-Jan Wever <skylined at chromium.org>  2012-01-09 03:53:31 PST ---
Here's a completely different repro for the same crash (AFAIK):

<script>
  window.onload = function() {
    document.execCommand("selectall");
    document.designMode="on";
    document.execCommand("indent");
    document.execCommand("outdent");
  };
</script>
<frameset>
  <frame></frame>
</frameset>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list