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+

Description Alberto Garcia 2014-11-05 05:20:51 PST
In NetscapePlugin::platformPostInitialize() we're calling NPP_GetValue(NPPVpluginNeedsXEmbed, &needsXEmbed) but needsXEmbed has the wrong type.
Comment 1 Alberto Garcia 2014-11-05 05:22:20 PST
Created attachment 241024 [details]
Patch
Comment 2 Alberto Garcia 2014-11-05 05:29:22 PST
Committed r175619: <http://trac.webkit.org/changeset/175619>