[Webkit-unassigned] [Bug 55307] plugin crash in PluginView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 26 14:55:05 PST 2011


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





--- Comment #1 from Abhishek Arya <inferno at chromium.org>  2011-02-26 14:55:05 PST ---
m_manualStream is null,

void PluginView::didFail(const ResourceError& error)
{
    if (m_status != PluginStatusLoadedSuccessfully)
        return;

    ASSERT(m_loadManually);
    ASSERT(m_manualStream);

    m_manualStream->didFail(0, error);
}

Also, crashes gtk.

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