Bug 159007 - Pass ScriptExecutionContext::Task as rvalue reference
Summary: Pass ScriptExecutionContext::Task as rvalue reference
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-21 18:39 PDT by Chris Dumez
Modified: 2016-06-21 20:06 PDT (History)
5 users (show)

See Also:


Attachments
Patch (7.21 KB, patch)
2016-06-21 18:40 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-06-21 18:39:42 PDT
Pass ScriptExecutionContext::Task as rvalue reference since its non-copyable and has to be moved in.
Comment 1 Chris Dumez 2016-06-21 18:40:29 PDT
Created attachment 281802 [details]
Patch
Comment 2 WebKit Commit Bot 2016-06-21 20:06:46 PDT
Comment on attachment 281802 [details]
Patch

Clearing flags on attachment: 281802

Committed r202313: <http://trac.webkit.org/changeset/202313>
Comment 3 WebKit Commit Bot 2016-06-21 20:06:52 PDT
All reviewed patches have been landed.  Closing bug.