[Webkit-unassigned] [Bug 101955] New: DOMException toString is not correct

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 11:18:02 PST 2012


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

           Summary: DOMException toString is not correct
           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
        Depends on: 101606,101953


We currently print

"Error: HIERARCHY_REQUEST_ERR: DOM Exception 3"

We should print

"HierarchyRequestError: The operation would yield an incorrect node tree."

that is

`${error.name}: ${error.message}`

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