[Webkit-unassigned] [Bug 59151] Provide default constructors for HashMap iterators

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 16:32:12 PDT 2011


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





--- Comment #4 from Vitaly Repeshko <vitalyr at chromium.org>  2011-04-21 16:32:12 PST ---
(In reply to comment #2)
> (From update of attachment 90625 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=90625&action=review
> 
> > Source/JavaScriptCore/wtf/HashTable.h:1123
> > +        HashTableConstIteratorAdapter() {}
> 
> Do we need to initialize m_impl to anything (like null) or does it do that itself?

Unlike the adapter it has a default constructor. So I don't think it should be initialized.

-- 
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