Bug 96186 - Give AtomicString SimpleClassVectorTraits.
Summary: Give AtomicString SimpleClassVectorTraits.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-08 12:15 PDT by Andreas Kling
Modified: 2012-09-08 12:50 PDT (History)
2 users (show)

See Also:


Attachments
A patch, a patch, my kingdom for a patch! (1.37 KB, patch)
2012-09-08 12:19 PDT, Andreas Kling
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2012-09-08 12:15:30 PDT
Vector<AtomicString> could be a little more efficient.
Comment 1 Andreas Kling 2012-09-08 12:19:32 PDT
Created attachment 162964 [details]
A patch, a patch, my kingdom for a patch!
Comment 2 WebKit Review Bot 2012-09-08 12:23:38 PDT
Attachment 162964 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Ve..." exit_code: 1
Source/WTF/wtf/VectorTraits.h:34:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2012-09-08 12:50:01 PDT
Committed r127973: <http://trac.webkit.org/changeset/127973>