RESOLVED FIXED 122492
[Mac] Change NetscapePluginInstanceProxy::m_replies to use unique_ptr instead of deleteAllValues
https://bugs.webkit.org/show_bug.cgi?id=122492
Summary [Mac] Change NetscapePluginInstanceProxy::m_replies to use unique_ptr instead...
Darin Adler
Reported 2013-10-07 23:47:02 PDT
Change NetscapePluginInstanceProxy::m_replies to use unique_ptr instead of deleteAllValues
Attachments
Patch (24.36 KB, patch)
2013-10-07 23:53 PDT, Darin Adler
no flags
Darin Adler
Comment 1 2013-10-07 23:53:42 PDT
Andreas Kling
Comment 2 2013-10-08 00:00:38 PDT
Comment on attachment 213663 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=213663&action=review r=me > Source/WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.h:254 > - m_replies.set(requestID, reply); > + m_replies.add(requestID, std::move(reply)); Nice.
WebKit Commit Bot
Comment 3 2013-10-08 00:44:19 PDT
Comment on attachment 213663 [details] Patch Clearing flags on attachment: 213663 Committed r157089: <http://trac.webkit.org/changeset/157089>
WebKit Commit Bot
Comment 4 2013-10-08 00:44:20 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.