[Webkit-unassigned] [Bug 34832] New: Bad primitive type for constructors defined in the window object.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 11 01:03:03 PST 2010


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

           Summary: Bad primitive type for constructors defined in the
                    window object.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: chrome at netscript.com


Constructors defined in the window such as:
CDATASection
CSSCharsetRule
CSSFontFaceRule
CSSImportRule
CSSMediaRule 
CSSPageRule 
CSSPrimitiveValue
CSSRule
... and many mores ...

are returned as "object" type. They should be "function".
Chromium defined them correctly as "function".
While this does not affect functionality, it would be nice to have the same
result in both WebKit browsers.

Thank you.

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