[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
Wed Mar 10 07:34:10 PST 2010


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


Tor Arne Vestbø <vestbo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #3 from Tor Arne Vestbø <vestbo at webkit.org>  2010-03-10 07:34:10 PST ---
(In reply to comment #1)
> 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

This change seems to be in trunk already. Please reopen if still valid.

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