Bug 138418

Summary: NetscapePlugin: NPP_GetValue should receive a pointer to NPBool, not bool
Product: WebKit Reporter: Alberto Garcia <berto>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch cgarcia: review+

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.