[Webkit-unassigned] [Bug 30380] [Qt] Windowed Plugins : Crash when using QWebPage without a QWebview (i.e no QWebPageClient)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 10:41:03 PDT 2009


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





--- Comment #3 from Simon Hausmann <hausmann at webkit.org>  2009-10-15 10:41:03 PDT ---
(From update of attachment 41212)

> -    if (!m_isStarted || !parent() || !m_plugin->pluginFuncs()->setwindow)
> +    if (!m_isStarted || !parent() || !m_plugin->pluginFuncs()->setwindow || m_status != PluginStatusLoadedSuccessfully)
>          return;

This hunk appears unrelated to the existance of the page client. Is it
intentionally included but not mentioned in the ChangeLog?

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