[Webkit-unassigned] [Bug 87431] [Win] LayoutTests/editing/selection/selection-plugin-clear-crash.html crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 15:45:52 PDT 2012


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


Abhishek Arya <inferno at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |MakingBotsRed




--- Comment #5 from Abhishek Arya <inferno at chromium.org>  2012-05-24 15:44:56 PST ---
void PluginView::setNPWindowRect(const IntRect& rect)
{
.......
    IntPoint p = static_cast<FrameView*>(parent())->contentsToWindow(rect.location()); // We are assuming our parent is non-null while crash stack says we are in the process of setting it up

     WebKit.dll!WebCore::PluginView::setParent(WebCore::ScrollView * parent=0x01c51ff8)  Line 770    C++
     WebKit.dll!WebCore::ScrollView::addChild(WTF::PassRefPtr<WebCore::Widget> prpChild={...})  Line 74 + 0x13 bytes    C++

I think you need to cc some folks working on ScrollView/PluginView

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