[Webkit-unassigned] [Bug 59250] Add missing default constructors for HashMap iterator specializations.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 16:12:40 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59250





--- Comment #2 from Adam Barth <abarth at webkit.org>  2011-04-22 16:12:40 PST ---
(From update of attachment 90787)
View in context: https://bugs.webkit.org/attachment.cgi?id=90787&action=review

> Source/JavaScriptCore/wtf/HashTable.h:129
> -            addIterator(0, this);
> +            addIterator(static_cast<const HashTableType*>(0), this);

Why is this needed?  More explanation in the ChangeLog would be helpful.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list