Bug 134493

Summary: Remove unnecessary calls to std::move()
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, andersca, bunhere, calvaris, cdumez, commit-queue, darin, eric.carlson, esprehn+autocc, glenn, gyuyoung.kim, jer.noble, macpherson, menard, philipj, sam, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Daniel Bates 2014-07-01 10:14:23 PDT
It's unnecessary to call std::move() on an rvalue. We should remove such extraneous usage.
Comment 1 Daniel Bates 2014-07-01 10:43:25 PDT
Created attachment 234172 [details]
Patch
Comment 2 Daniel Bates 2014-07-01 10:50:18 PDT
Comment on attachment 234172 [details]
Patch

Clearing flags on attachment: 234172

Committed r170650: <http://trac.webkit.org/changeset/170650>
Comment 3 Daniel Bates 2014-07-01 10:50:24 PDT
All reviewed patches have been landed.  Closing bug.