RESOLVED FIXED 121446
WTF::Deque should work with move only types
https://bugs.webkit.org/show_bug.cgi?id=121446
Summary WTF::Deque should work with move only types
Anders Carlsson
Reported 2013-09-16 12:20:55 PDT
WTF::Deque should work with move only types
Attachments
Patch (6.99 KB, patch)
2013-09-16 12:24 PDT, Anders Carlsson
no flags
Patch (6.36 KB, patch)
2013-09-16 12:34 PDT, Anders Carlsson
no flags
Patch (6.36 KB, patch)
2013-09-16 12:41 PDT, Anders Carlsson
no flags
Anders Carlsson
Comment 1 2013-09-16 12:24:06 PDT
WebKit Commit Bot
Comment 2 2013-09-16 12:25:58 PDT
Attachment 211818 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Deque.h', u'Tools/ChangeLog', u'Tools/TestWebKitAPI/Tests/WTF/Deque.cpp']" exit_code: 1 Source/WTF/wtf/Deque.h:81: Missing spaces around && [whitespace/operators] [3] Source/WTF/wtf/Deque.h:82: Missing spaces around && [whitespace/operators] [3] Total errors found: 2 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Early Warning System Bot
Comment 3 2013-09-16 12:34:05 PDT
Anders Carlsson
Comment 4 2013-09-16 12:34:49 PDT
WebKit Commit Bot
Comment 5 2013-09-16 12:37:08 PDT
Attachment 211820 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Deque.h', u'Tools/ChangeLog', u'Tools/TestWebKitAPI/Tests/WTF/Deque.cpp']" exit_code: 1 Source/WTF/wtf/Deque.h:81: Missing spaces around && [whitespace/operators] [3] Source/WTF/wtf/Deque.h:82: Missing spaces around && [whitespace/operators] [3] Total errors found: 2 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 6 2013-09-16 12:41:12 PDT
WebKit Commit Bot
Comment 7 2013-09-16 12:44:12 PDT
Attachment 211822 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Deque.h', u'Tools/ChangeLog', u'Tools/TestWebKitAPI/Tests/WTF/Deque.cpp']" exit_code: 1 Source/WTF/wtf/Deque.h:81: Missing spaces around && [whitespace/operators] [3] Source/WTF/wtf/Deque.h:82: Missing spaces around && [whitespace/operators] [3] Total errors found: 2 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Commit Bot
Comment 8 2013-09-16 13:38:15 PDT
Comment on attachment 211822 [details] Patch Clearing flags on attachment: 211822 Committed r155898: <http://trac.webkit.org/changeset/155898>
WebKit Commit Bot
Comment 9 2013-09-16 13:38:17 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.