[Webkit-unassigned] [Bug 159292] New: Remove temporarily NodeList iterator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 30 01:53:04 PDT 2016


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

            Bug ID: 159292
           Summary: Remove temporarily NodeList iterator
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

DOMIterator implementation is trying to support both set-like and value iterators.
It should only support set-like/map-like and pair iterators.
Value iterators should directly use array prototype methods.
Let's disable it for now, fix DOMIterator and come back to value-iterator.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160630/d7b3e67f/attachment-0001.html>


More information about the webkit-unassigned mailing list