RESOLVED FIXED 55032
Deque<T> should support inline capacity
https://bugs.webkit.org/show_bug.cgi?id=55032
Summary Deque<T> should support inline capacity
Eric Seidel (no email)
Reported 2011-02-23 03:49:19 PST
Deque<T> should support inline capacity This is a step towards solving bug 55005.
Attachments
Patch (23.53 KB, patch)
2011-02-23 03:51 PST, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2011-02-23 03:51:32 PST
This should be a very easy to review, non-controversial change.
Eric Seidel (no email)
Comment 2 2011-02-23 03:51:36 PST
WebKit Review Bot
Comment 3 2011-02-23 03:53:47 PST
Attachment 83467 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1 Source/JavaScriptCore/wtf/Deque.h:40: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 1 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Commit Bot
Comment 4 2011-02-24 03:25:42 PST
Comment on attachment 83467 [details] Patch Clearing flags on attachment: 83467 Committed r79538: <http://trac.webkit.org/changeset/79538>
WebKit Commit Bot
Comment 5 2011-02-24 03:25:47 PST
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.