Bug 143412 - FileList constructor should move the passed-in Vector<> rvalue reference into the member variable
Summary: FileList constructor should move the passed-in Vector<> rvalue reference into...
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: 2015-04-04 22:27 PDT by Zan Dobersek
Modified: 2015-04-06 00:23 PDT (History)
0 users

See Also:


Attachments
Patch (1.29 KB, patch)
2015-04-04 22:33 PDT, 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 2015-04-04 22:27:43 PDT
FileList constructor should move the passed-in Vector<> rvalue reference into the member variable
Comment 1 Zan Dobersek 2015-04-04 22:33:23 PDT
Created attachment 250148 [details]
Patch
Comment 2 Zan Dobersek 2015-04-06 00:23:27 PDT
Comment on attachment 250148 [details]
Patch

Clearing flags on attachment: 250148

Committed r182379: <http://trac.webkit.org/changeset/182379>
Comment 3 Zan Dobersek 2015-04-06 00:23:36 PDT
All reviewed patches have been landed.  Closing bug.