Return type of NPP_GetMIMEDescription was changed from char* to const char*: http://code.google.com/p/npapi-headers/issues/detail?id=2 So it should also be changed in Webkit.
Created attachment 124469 [details] patch
Can you review, please?
I'm not a WebKit reviewer, so no.
Comment on attachment 124469 [details] patch Please also fix references to this in PluginPackage{Qt,Blackberry,Efl}.cpp. They should use NP_GetMIMEDescriptionFuncPtr, not a local typedef.
Created attachment 124587 [details] patch_v2 See updated patch. However, I'm not sure whether all mentioned ports define XP_UNIX. So build can brake. I didn't check all ports, cause I don't have its dependencies installed.
Comment on attachment 124587 [details] patch_v2 View in context: https://bugs.webkit.org/attachment.cgi?id=124587&action=review > Source/WebCore/ChangeLog:11 > + * plugins/npfunctions.h: Seems like I forgot to update the changelog
Comment on attachment 124587 [details] patch_v2 OK
Created attachment 124997 [details] Patch to land Updated changelog. Patch is ready to land.
Comment on attachment 124997 [details] Patch to land Clearing flags on attachment: 124997 Committed r106503: <http://trac.webkit.org/changeset/106503>
All reviewed patches have been landed. Closing bug.