[Webkit-unassigned] [Bug 18056] New: Cannot convert DOM exception prototype object to a string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 24 21:16:21 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18056

           Summary: Cannot convert DOM exception prototype object to a
                    string
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
               URL: http://mcc.id.au/temp/2008/exception-prototype-
                    stringification.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: XML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cam at mcc.id.au


Converting a DOM exception prototype object to a string (e.g.
String(DOMException.prototype)) results in an exception being thrown.  There
doesn't seem to be any good reason to prevent stringification of this object,
so I suggest it should evaluate to "[object DOMExceptionPrototype]" or
something, like String(Node.prototype) does.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list