Title: [93991] trunk/Source/_javascript_Core
- Revision
- 93991
- Author
- [email protected]
- Date
- 2011-08-29 11:31:27 -0700 (Mon, 29 Aug 2011)
Log Message
Unreviewed build fix after r93990.
* wtf/HashTable.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (93990 => 93991)
--- trunk/Source/_javascript_Core/ChangeLog 2011-08-29 18:24:18 UTC (rev 93990)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-08-29 18:31:27 UTC (rev 93991)
@@ -1,5 +1,11 @@
2011-08-29 Andreas Kling <[email protected]>
+ Unreviewed build fix after r93990.
+
+ * wtf/HashTable.h:
+
+2011-08-29 Andreas Kling <[email protected]>
+
Viewing a post on reddit.com wastes a lot of memory on event listeners.
https://bugs.webkit.org/show_bug.cgi?id=67133
Modified: trunk/Source/_javascript_Core/wtf/HashTable.h (93990 => 93991)
--- trunk/Source/_javascript_Core/wtf/HashTable.h 2011-08-29 18:24:18 UTC (rev 93990)
+++ trunk/Source/_javascript_Core/wtf/HashTable.h 2011-08-29 18:31:27 UTC (rev 93991)
@@ -396,7 +396,7 @@
const_iterator makeKnownGoodConstIterator(ValueType* pos) const { return const_iterator(this, pos, m_table + m_tableSize, HashItemKnownGood); }
#if !ASSERT_DISABLED
- void checkTableConsistenmcyExceptSize() const;
+ void checkTableConsistencyExceptSize() const;
#else
static void checkTableConsistencyExceptSize() { }
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes