Bug 121980 - Remove the hash table mover
Summary: Remove the hash table mover
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-26 14:15 PDT by Anders Carlsson
Modified: 2013-09-26 14:52 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.38 KB, patch)
2013-09-26 14:18 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-26 14:15:00 PDT
Remove the hash table mover
Comment 1 Anders Carlsson 2013-09-26 14:18:46 PDT
Created attachment 212746 [details]
Patch
Comment 2 Andreas Kling 2013-09-26 14:21:17 PDT
Comment on attachment 212746 [details]
Patch

Very cool! r=me
Comment 3 WebKit Commit Bot 2013-09-26 14:21:38 PDT
Attachment 212746 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/HashTable.h']" exit_code: 1
Source/WTF/wtf/HashTable.h:447:  Missing spaces around &&  [whitespace/operators] [3]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Anders Carlsson 2013-09-26 14:52:04 PDT
Committed r156496: <http://trac.webkit.org/changeset/156496>