[Webkit-unassigned] [Bug 46673] Assertion failure in NetscapePlugin::platformDestroy when running plugins/mouse-events.html in WebKit2 on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 08:04:47 PDT 2010


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





--- Comment #2 from Adam Roben (aroben) <aroben at apple.com>  2010-10-27 08:04:48 PST ---
The plugin starts out windowed (as all plugins do on Windows), but then sets itself to be windowless after the test starts running.

We could fix the assertion by making platformDestroy destroy m_window if it exists regardless of the value of m_isWindowed. But maybe we should also be destroying the window when the plugin tells us it's becoming windowless?

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