Bug 121226 - Add rudimentary support for move-only types as values in HashMap
Summary: Add rudimentary support for move-only types as values in 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-12 08:14 PDT by Anders Carlsson
Modified: 2013-09-12 09:14 PDT (History)
3 users (show)

See Also:


Attachments
Patch (7.52 KB, patch)
2013-09-12 08:19 PDT, Anders Carlsson
kling: review+
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-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>