Bug 121450

Summary: MessageQueue should use a Deque of OwnPtrs
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, esprehn+autocc, kangil.han
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Anders Carlsson
Reported 2013-09-16 13:10:57 PDT
MessageQueue should use a Deque of OwnPtrs
Attachments
Patch (10.96 KB, patch)
2013-09-16 13:46 PDT, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2013-09-16 13:46:47 PDT
Andreas Kling
Comment 2 2013-09-16 14:02:01 PDT
Comment on attachment 211828 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=211828&action=review > Source/WTF/wtf/MessageQueue.h:197 > + // FIXME: I think the predicate here should really take a const DataType& > + // instead of a const OwnPtr<DataType>&. I agree with this FIXME. Yikes.
Anders Carlsson
Comment 3 2013-09-16 14:08:55 PDT
Note You need to log in before you can comment on or make changes to this bug.