RESOLVED FIXED Bug 75843
NULL ptr in WebCore::AppendNodeCommand::AppendNodeCommand
https://bugs.webkit.org/show_bug.cgi?id=75843
Summary NULL ptr in WebCore::AppendNodeCommand::AppendNodeCommand
Berend-Jan Wever
Reported 2012-01-09 04:40:09 PST
Chromium: http://code.google.com/p/chromium/issues/detail?id=109599 Repro: <style> :after{ content: "]"; } </style> <script> window.onload = function() { document.execCommand("SelectAll",false); document.execCommand("Indent", false); }; </script> <e> x <body contenteditable="true"> id: chrome.dll!WebCore::sendAXTextChangedIgnoringLineBreaks ReadAV@NULL (e7fd35d29f87a37fff6d75fd08406b28)
Attachments
Fixes the crash (4.14 KB, patch)
2012-04-30 18:30 PDT, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2012-04-30 18:30:10 PDT
Created attachment 139567 [details] Fixes the crash
WebKit Review Bot
Comment 2 2012-05-02 10:44:32 PDT
Comment on attachment 139567 [details] Fixes the crash Clearing flags on attachment: 139567 Committed r115848: <http://trac.webkit.org/changeset/115848>
WebKit Review Bot
Comment 3 2012-05-02 10:44:36 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.