[Webkit-unassigned] [Bug 33716] New: typeof returns "function" for NodeList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 05:50:23 PST 2010


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

           Summary: typeof returns "function" for NodeList
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yurys at chromium.org


Created an attachment (id=46676)
 --> (https://bugs.webkit.org/attachment.cgi?id=46676)
Test case

In WebKit typeof returns "function" for document.documentElement.childNodes and
other DOM properties whose value is a NodeList. It should be "object" as in
Firefox and Chromium.

Test is attached.

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