Title: [130436] trunk/Source/WTF
- Revision
- 130436
- Author
- [email protected]
- Date
- 2012-10-04 17:34:19 -0700 (Thu, 04 Oct 2012)
Log Message
Unreviewed, rolling out r130419.
http://trac.webkit.org/changeset/130419
https://bugs.webkit.org/show_bug.cgi?id=98406
broke editing/pasteboard/data-transfer-items.html on chromium
* wtf/HashTraits.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (130435 => 130436)
--- trunk/Source/WTF/ChangeLog 2012-10-04 23:52:28 UTC (rev 130435)
+++ trunk/Source/WTF/ChangeLog 2012-10-05 00:34:19 UTC (rev 130436)
@@ -1,3 +1,13 @@
+2012-10-04 Dirk Pranke <[email protected]>
+
+ Unreviewed, rolling out r130419.
+ http://trac.webkit.org/changeset/130419
+ https://bugs.webkit.org/show_bug.cgi?id=98406
+
+ broke editing/pasteboard/data-transfer-items.html on chromium
+
+ * wtf/HashTraits.h:
+
2012-10-04 Andreas Kling <[email protected]>
Lower minimum table size of WTF::HashTable to reduce memory usage.
Modified: trunk/Source/WTF/wtf/HashTraits.h (130435 => 130436)
--- trunk/Source/WTF/wtf/HashTraits.h 2012-10-04 23:52:28 UTC (rev 130435)
+++ trunk/Source/WTF/wtf/HashTraits.h 2012-10-05 00:34:19 UTC (rev 130436)
@@ -50,9 +50,7 @@
// The needsDestruction flag is used to optimize destruction and rehashing.
static const bool needsDestruction = true;
- // The starting table size. Can be overridden when we know beforehand that
- // a hash table will have at least N entries.
- static const int minimumTableSize = 8;
+ static const int minimumTableSize = 64;
};
// Default integer traits disallow both 0 and -1 as keys (max value instead of -1 for unsigned).
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes