Bug 121931 - Move KeyValuePairTraits inside HashMap
Summary: Move KeyValuePairTraits inside HashMap
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-25 16:38 PDT by Anders Carlsson
Modified: 2013-09-25 17:52 PDT (History)
3 users (show)

See Also:


Attachments
Patch (8.26 KB, patch)
2013-09-25 16:40 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-09-25 16:38:38 PDT
Move KeyValuePairTraits inside HashMap
Comment 1 Anders Carlsson 2013-09-25 16:40:29 PDT
Created attachment 212637 [details]
Patch
Comment 2 WebKit Commit Bot 2013-09-25 16:42:09 PDT
Attachment 212637 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/tools/ProfileTreeNode.h', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/HashMap.h']" exit_code: 1
Source/WTF/wtf/HashMap.h:310:  Missing spaces around >>  [whitespace/operators] [3]
Source/WTF/wtf/HashMap.h:318:  Missing spaces around >>  [whitespace/operators] [3]
Source/WTF/wtf/HashMap.h:325:  Missing spaces around >>  [whitespace/operators] [3]
Source/WTF/wtf/HashMap.h:344:  Missing spaces around >>  [whitespace/operators] [3]
Source/WTF/wtf/HashMap.h:365:  Missing spaces around >>  [whitespace/operators] [3]
Total errors found: 5 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 WebKit Commit Bot 2013-09-25 17:52:29 PDT
Comment on attachment 212637 [details]
Patch

Clearing flags on attachment: 212637

Committed r156438: <http://trac.webkit.org/changeset/156438>
Comment 4 WebKit Commit Bot 2013-09-25 17:52:31 PDT
All reviewed patches have been landed.  Closing bug.