Bug 130662 - [EFL][WK2] Convert some more OwnPtr/PassOwnPtr to std::unique_ptr
Summary: [EFL][WK2] Convert some more OwnPtr/PassOwnPtr to std::unique_ptr
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryuan Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-24 01:06 PDT by Ryuan Choi
Modified: 2014-03-24 02:22 PDT (History)
6 users (show)

See Also:


Attachments
Patch (8.10 KB, patch)
2014-03-24 01:10 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 2014-03-24 01:06:57 PDT
Since r159190, almost WebKit2/EFL specfic code drops OwnPtr/PassOwnPtr except EwkError, InputMethodContextEfl and EwkDatabaseOriginsAsyncData

This patch will replace them to std::unique_ptr
Comment 1 Ryuan Choi 2014-03-24 01:10:13 PDT
Created attachment 227626 [details]
Patch
Comment 2 Gyuyoung Kim 2014-03-24 01:46:00 PDT
Comment on attachment 227626 [details]
Patch

LGTM
Comment 3 WebKit Commit Bot 2014-03-24 02:21:56 PDT
Comment on attachment 227626 [details]
Patch

Clearing flags on attachment: 227626

Committed r166155: <http://trac.webkit.org/changeset/166155>
Comment 4 WebKit Commit Bot 2014-03-24 02:22:01 PDT
All reviewed patches have been landed.  Closing bug.