RESOLVED FIXED 121195
Use the new C++11 function declaration syntax throughout our hash collection classes
https://bugs.webkit.org/show_bug.cgi?id=121195
Summary Use the new C++11 function declaration syntax throughout our hash collection ...
Anders Carlsson
Reported 2013-09-11 17:45:03 PDT
Use the new C++11 function declaration syntax throughout our hash collection classes
Attachments
Patch (16.30 KB, patch)
2013-09-11 17:46 PDT, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2013-09-11 17:46:27 PDT
WebKit Commit Bot
Comment 2 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.
Anders Carlsson
Comment 3 2013-09-11 19:16:38 PDT
Note You need to log in before you can comment on or make changes to this bug.