Bug 55032 - Deque<T> should support inline capacity
Summary: Deque<T> should support inline capacity
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 55005
  Show dependency treegraph
 
Reported: 2011-02-23 03:49 PST by Eric Seidel (no email)
Modified: 2011-02-24 03:25 PST (History)
4 users (show)

See Also:


Attachments
Patch (23.53 KB, patch)
2011-02-23 03:51 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2011-02-23 03:49:19 PST
Deque<T> should support inline capacity

This is a step towards solving bug 55005.
Comment 1 Eric Seidel (no email) 2011-02-23 03:51:32 PST
This should be a very easy to review, non-controversial change.
Comment 2 Eric Seidel (no email) 2011-02-23 03:51:36 PST
Created attachment 83467 [details]
Patch
Comment 3 WebKit Review Bot 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.
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2011-02-24 03:25:47 PST
All reviewed patches have been landed.  Closing bug.