[Webkit-unassigned] [Bug 35019] Can't cross-compile Qt/ARM anymore since r54616 (PluginViewNone.cpp vs. PluginView.cpp)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 22 06:38:02 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35019
--- Comment #1 from Mirko Scavazzin <mscavazzin at gmail.com> 2010-02-22 06:38:02 PST ---
I suggest to change PluginView::keepAlive definition in PluginView.cpp within
ENABLE(NETSCAPE_PLUGIN_API) like this below (it works for me) :
#if ENABLE(NETSCAPE_PLUGIN_API)
void PluginView::keepAlive(NPP instance)
{
PluginView* view = instanceMap().get(instance);
if (!view)
return;
view->keepAlive();
}
#endif
--
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