Bug 96186

Summary: Give AtomicString SimpleClassVectorTraits.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Web Template FrameworkAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
A patch, a patch, my kingdom for a patch! andersca: review+

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>