Bug 139790 - Simplify smart pointer classes by using std::exchange
Summary: Simplify smart pointer classes by using std::exchange
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks: 139805
  Show dependency treegraph
 
Reported: 2014-12-18 13:44 PST by Anders Carlsson
Modified: 2014-12-18 19:48 PST (History)
4 users (show)

See Also:


Attachments
Patch (6.49 KB, patch)
2014-12-18 13:45 PST, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-12-18 13:44:05 PST
Simplify smart pointer classes by using std::exchange
Comment 1 Anders Carlsson 2014-12-18 13:45:01 PST
Created attachment 243515 [details]
Patch
Comment 2 Anders Carlsson 2014-12-18 14:27:29 PST
Committed r177523: <http://trac.webkit.org/changeset/177523>
Comment 3 Gyuyoung Kim 2014-12-18 19:23:48 PST
EFL and GTK ports have been broken since this commit. I think EFL and GTK ports don't use latest GCC version(4.9 probably). So they can't support std::exchange() yet.