Bug 137178

Summary: Use std::unique_ptr for ContextMenuController
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebCore Misc.Assignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, japhet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch for ews
none
Patch for ews none

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.