Bug 121226

Summary: Add rudimentary support for move-only types as values in HashMap
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Anders Carlsson 2013-09-12 08:14:20 PDT
Add rudimentary support for move-only types as values in HashMap
Comment 1 Anders Carlsson 2013-09-12 08:19:04 PDT
Created attachment 211429 [details]
Patch
Comment 2 WebKit Commit Bot 2013-09-12 08:20:53 PDT
Attachment 211429 [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/HashTraits.h', u'Tools/ChangeLog', u'Tools/TestWebKitAPI/Tests/WTF/HashMap.cpp']" exit_code: 1
Source/WTF/wtf/HashMap.h:102:  Missing spaces around &&  [whitespace/operators] [3]
Source/WTF/wtf/HashMap.h:138:  Missing spaces around &&  [whitespace/operators] [3]
Source/WTF/wtf/HashMap.h:341:  Missing spaces around >>  [whitespace/operators] [3]
Total errors found: 3 in 5 files


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