RESOLVED FIXED 138418
NetscapePlugin: NPP_GetValue should receive a pointer to NPBool, not bool
https://bugs.webkit.org/show_bug.cgi?id=138418
Summary NetscapePlugin: NPP_GetValue should receive a pointer to NPBool, not bool
Alberto Garcia
Reported 2014-11-05 05:20:51 PST
In NetscapePlugin::platformPostInitialize() we're calling NPP_GetValue(NPPVpluginNeedsXEmbed, &needsXEmbed) but needsXEmbed has the wrong type.
Attachments
Patch (1.35 KB, patch)
2014-11-05 05:22 PST, Alberto Garcia
cgarcia: review+
Alberto Garcia
Comment 1 2014-11-05 05:22:20 PST
Alberto Garcia
Comment 2 2014-11-05 05:29:22 PST
Note You need to log in before you can comment on or make changes to this bug.