Bug 137809 - Use WTF::move() instead of std::move() to help ensure move semantics in JavaScriptCore
Summary: Use WTF::move() instead of std::move() to help ensure move semantics in JavaS...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks: 128007
  Show dependency treegraph
 
Reported: 2014-10-17 00:11 PDT by Gyuyoung Kim
Modified: 2014-11-23 18:25 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.06 KB, patch)
2014-10-17 00:12 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-10-17 00:11:26 PDT
There are still some use of std::move() in JavaScriptCore.
Comment 1 Gyuyoung Kim 2014-10-17 00:12:50 PDT
Created attachment 240002 [details]
Patch
Comment 2 Csaba Osztrogonác 2014-10-17 02:18:41 PDT
Comment on attachment 240002 [details]
Patch

r=me

It seems they are from the ftlopt branch merge, I 
assume we didn't have style checker for this that time.
Comment 3 WebKit Commit Bot 2014-10-17 02:54:14 PDT
Comment on attachment 240002 [details]
Patch

Clearing flags on attachment: 240002

Committed r174815: <http://trac.webkit.org/changeset/174815>
Comment 4 WebKit Commit Bot 2014-10-17 02:54:17 PDT
All reviewed patches have been landed.  Closing bug.