Bug 137809

Summary: Use WTF::move() instead of std::move() to help ensure move semantics in JavaScriptCore
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: JavaScriptCoreAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128007    
Attachments:
Description Flags
Patch none

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.