Bug 125976

Summary: DoublyLinkedLists can't be concatenated
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 121074    
Attachments:
Description Flags
Patch fpizlo: review+

Mark Hahnenberg
Reported 2013-12-18 20:11:05 PST
It would be useful to be able to do so.
Attachments
Patch (1.74 KB, patch)
2013-12-18 20:57 PST, Mark Hahnenberg
fpizlo: review+
Mark Hahnenberg
Comment 1 2013-12-18 20:57:52 PST
Geoffrey Garen
Comment 2 2013-12-18 21:45:40 PST
Comment on attachment 219611 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=219611&action=review > Source/WTF/wtf/DoublyLinkedList.h:85 > + void concat(DoublyLinkedList<T>&); Maybe call this append? concat is less clear about where the elements go (head or tail).
Mark Hahnenberg
Comment 3 2014-01-06 09:37:34 PST
Note You need to log in before you can comment on or make changes to this bug.