Title: [96648] trunk/Source/_javascript_Core/wtf/ListHashSet.h
Revision
96648
Author
[email protected]
Date
2011-10-04 14:34:45 -0700 (Tue, 04 Oct 2011)

Log Message

Fix Leopard build bustage.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/wtf/ListHashSet.h (96647 => 96648)


--- trunk/Source/_javascript_Core/wtf/ListHashSet.h	2011-10-04 21:27:03 UTC (rev 96647)
+++ trunk/Source/_javascript_Core/wtf/ListHashSet.h	2011-10-04 21:34:45 UTC (rev 96648)
@@ -426,7 +426,7 @@
         typedef const ValueType* PointerType;
 
         friend class ListHashSet<ValueArg, inlineCapacity, HashArg>;
-        friend class ListHashSetConstReverseIterator<ValueArg, inlineCapacity, HashArg>;
+        friend class ListHashSetReverseIterator<ValueArg, inlineCapacity, HashArg>;
 
         ListHashSetConstReverseIterator(const ListHashSetType* set, Node* position)
             : m_set(set)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to