WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alberto Garcia
Comment 1
2014-11-05 05:22:20 PST
Created
attachment 241024
[details]
Patch
Alberto Garcia
Comment 2
2014-11-05 05:29:22 PST
Committed
r175619
: <
http://trac.webkit.org/changeset/175619
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug