Bug 127306 - Replace uses of std::forward<T>(), std::unique_ptr<T>::clear() that landed in r162368
Summary: Replace uses of std::forward<T>(), std::unique_ptr<T>::clear() that landed in...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 13:48 PST by Zan Dobersek
Modified: 2014-01-20 14:00 PST (History)
6 users (show)

See Also:


Attachments
Patch (5.38 KB, patch)
2014-01-20 13:53 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2014-01-20 13:48:46 PST
Improve uses of std::forward<T>(), std::unique_ptr<T>::clear() that landed in r162368
Comment 1 Zan Dobersek 2014-01-20 13:53:41 PST
This bug should address the post-landing comments in bug #127274.
Comment 2 Zan Dobersek 2014-01-20 13:53:52 PST
Created attachment 221690 [details]
Patch
Comment 3 Zan Dobersek 2014-01-20 14:00:48 PST
Comment on attachment 221690 [details]
Patch

Clearing flags on attachment: 221690

Committed r162376: <http://trac.webkit.org/changeset/162376>
Comment 4 Zan Dobersek 2014-01-20 14:00:54 PST
All reviewed patches have been landed.  Closing bug.