RESOLVED FIXED 137178
Use std::unique_ptr for ContextMenuController
https://bugs.webkit.org/show_bug.cgi?id=137178
Summary Use std::unique_ptr for ContextMenuController
Gyuyoung Kim
Reported 2014-09-27 08:21:28 PDT
Switch to using std::unique_ptr instead of OwnPtr and PassOwnPtr for ContextMenuController class. Inherited class is changed according to this change as well.
Attachments
Patch for ews (12.16 KB, patch)
2014-09-27 08:31 PDT, Gyuyoung Kim
no flags
Patch for ews (12.49 KB, patch)
2014-09-27 19:08 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2014-09-27 08:31:09 PDT
Created attachment 238777 [details] Patch for ews
Gyuyoung Kim
Comment 2 2014-09-27 19:08:08 PDT
Created attachment 238796 [details] Patch for ews
WebKit Commit Bot
Comment 3 2014-09-28 18:18:36 PDT
Comment on attachment 238796 [details] Patch for ews Clearing flags on attachment: 238796 Committed r174048: <http://trac.webkit.org/changeset/174048>
WebKit Commit Bot
Comment 4 2014-09-28 18:18:38 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.