[webkit-reviews] review requested: [Bug 25988] PluginPackage*.cpp cleanup : [Attachment 30628] Move hash and equal to PluginPackage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 24 01:30:17 PDT 2009


Holger Freyther <zecke at selfish.org> has asked  for review:
Bug 25988: PluginPackage*.cpp cleanup
https://bugs.webkit.org/show_bug.cgi?id=25988

Attachment 30628: Move hash and equal to PluginPackage
https://bugs.webkit.org/attachment.cgi?id=30628&action=review

------- Additional Comments from Holger Freyther <zecke at selfish.org>
The hash, equal and compare version can be shared between Gtk and Qt. Move them
into PluginPackage.cpp and guard the implementation with a #if USE() as the
windows version is specialized and will not be happy with the simple
implementation.


More information about the webkit-reviews mailing list