Bug 121195

Summary: Use the new C++11 function declaration syntax throughout our hash collection classes
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Anders Carlsson 2013-09-11 17:45:03 PDT
Use the new C++11 function declaration syntax throughout our hash collection classes
Comment 1 Anders Carlsson 2013-09-11 17:46:27 PDT
Created attachment 211372 [details]
Patch
Comment 2 WebKit Commit Bot 2013-09-11 17:49:25 PDT
Attachment 211372 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/HashMap.h', u'Source/WTF/wtf/HashSet.h', u'Source/WTF/wtf/HashTable.h']" exit_code: 1
Source/WTF/wtf/HashMap.h:333:  Missing spaces around >>  [whitespace/operators] [3]
Source/WTF/wtf/HashMap.h:339:  Missing spaces around >>  [whitespace/operators] [3]
Source/WTF/wtf/HashMap.h:357:  Missing spaces around >>  [whitespace/operators] [3]
Total errors found: 3 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2013-09-11 19:16:38 PDT
Committed r155585: <http://trac.webkit.org/changeset/155585>