[Webkit-unassigned] [Bug 29302] NPAPI plugin support feature on Webkit for S60 platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 14 08:43:55 PDT 2009


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41161|review?                     |review+
               Flag|                            |




--- Comment #27 from Simon Hausmann <hausmann at webkit.org>  2009-10-14 08:43:54 PDT ---
(From update of attachment 41161)

> +class NPInterface {
> +public:
> +    virtual NPError NP_Initialize(NPNetscapeFuncs *aNPNFuncs, NPPluginFuncs *aNPPFuncs) = 0;

Please fix the coding style (* placement) when landing.

> +{
> +    if (platformPluginWidget())
> +        delete platformPluginWidget();

This null pointer check is not needed.

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