[Webkit-unassigned] [Bug 85415] New: [V8] DOM function don't have the correct length

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 13:35:34 PDT 2012


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

           Summary: [V8] DOM function don't have the correct length
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://www.w3.org/TR/WebIDL/#es-operations
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arv at chromium.org


http://code.google.com/p/chromium/issues/detail?id=125308

assert(document.createElementNS.length === 2);

we currently return 0 for all function lengths.

JSC gets this right (minus bugs of course) so CodeGeneratorJS.pm probably already has this.

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