Bug 131735

Summary: Make Vector::takeLast work with move-only types (and optimize for types where move is faster)
Product: WebKit Reporter: Darin Adler <darin>
Component: Web Template FrameworkAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 131784    
Attachments:
Description Flags
Patch ap: review+

Description Darin Adler 2014-04-16 09:30:18 PDT
Make Vector::takeLast work with move-only types (and optimize for types where move is faster)
Comment 1 Darin Adler 2014-04-16 09:31:30 PDT
Created attachment 229449 [details]
Patch
Comment 2 Darin Adler 2014-04-16 09:51:41 PDT
Committed r167348: <http://trac.webkit.org/changeset/167348>