[Webkit-unassigned] [Bug 67668] Crashes in WebCore::EditCommand::apply(), DeleteSelectionCommand::doApply()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 9 13:20:10 PDT 2011


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





--- Comment #14 from Cris Neckar <cdn at chromium.org>  2011-09-09 13:20:10 PST ---
Ryosuke: 

DOMSelection* DOMWindow::getSelection()
{
    if (!m_selection)
        m_selection = DOMSelection::create(m_frame);
...

When there is no m_selection on the DOMWindow a new DOMSelection is created. This is the case with all of these that I have stepped through.

-- 
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