[webkit-reviews] review granted: [Bug 39700] Clean up MimeClassInfo and PluginInfo : [Attachment 57129] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 13:50:38 PDT 2010


Darin Adler <darin at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 39700: Clean up MimeClassInfo and PluginInfo
https://bugs.webkit.org/show_bug.cgi?id=39700

Attachment 57129: Patch
https://bugs.webkit.org/attachment.cgi?id=57129&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
>  PluginData::~PluginData()
>  {
> -    deleteAllValues(m_plugins);
> -    deleteAllValues(m_mimes);
>  }

It'd be nice to just let the compiler generate this and not define it
explicitly at all.


More information about the webkit-reviews mailing list