[Webkit-unassigned] [Bug 126684] Switch HTMLTableRowsCollection from Traversal<> to iterators

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 9 08:41:24 PST 2014


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





--- Comment #7 from Antti Koivisto <koivisto at iki.fi>  2014-01-09 08:39:07 PST ---
(In reply to comment #6)
> I guess I really don’t like find for the name of this. It sounds like something that iterates the children, when really it’s just a sort of alternate iterator constructor.

I mostly added it because we had find like this already in ElementDescendantIteratorAdapter. I agree that it is a silly name and should be replaced with a constructor function. I don't want to call constructors explicitly from regular code though. Maybe FooAdapter::iteratorFor(ElementType&)?

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