Bug 55032

Summary: Deque<T> should support inline capacity
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, commit-queue, mjs, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 55005    
Attachments:
Description Flags
Patch none

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.