Bug 137178 - Use std::unique_ptr for ContextMenuController
Summary: Use std::unique_ptr for ContextMenuController
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-27 08:21 PDT by Gyuyoung Kim
Modified: 2014-09-28 18:18 PDT (History)
2 users (show)

See Also:


Attachments
Patch for ews (12.16 KB, patch)
2014-09-27 08:31 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch for ews (12.49 KB, patch)
2014-09-27 19:08 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 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.
Comment 1 Gyuyoung Kim 2014-09-27 08:31:09 PDT
Created attachment 238777 [details]
Patch for ews
Comment 2 Gyuyoung Kim 2014-09-27 19:08:08 PDT
Created attachment 238796 [details]
Patch for ews
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2014-09-28 18:18:38 PDT
All reviewed patches have been landed.  Closing bug.