[Webkit-unassigned] [Bug 74193] New: typeof Node should be function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 9 11:50:26 PST 2011


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

           Summary: typeof Node should be function
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arv at chromium.org
                CC: dominicc at chromium.org, haraken at chromium.org


https://www.w3.org/Bugs/Public/show_bug.cgi?id=12458

Related:

Node instanceof Function // should be true
Function.prototype.isPrototypeOf(Node)  // should be true

typeof Object.getPrototypeOf(Node)  // should be "function"

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