[webkit-reviews] review granted: [Bug 58508] Fix linking with Sun Studio 12: function pointers for extern "C" are treated differently : [Attachment 89627] Updated patch which fixes the linking issue for the plugin, as function pointers for extern "C" are handled differently

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 12:46:53 PDT 2011


Alexey Proskuryakov <ap at webkit.org> has granted Ben Taylor
<bentaylor.solx86 at gmail.com>'s request for review:
Bug 58508: Fix linking with Sun Studio 12: function pointers for extern "C" are
treated differently
https://bugs.webkit.org/show_bug.cgi?id=58508

Attachment 89627: Updated patch which fixes the linking issue for the plugin,
as function pointers for extern "C" are handled differently
https://bugs.webkit.org/attachment.cgi?id=89627&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
Ideally, we should make PluginMainThreadScheduler::MainThreadFunction extern
"C" instead of doing reinterpret_cast. But this is an improvement already.


More information about the webkit-reviews mailing list