Bug 101955

Summary: DOMException toString is not correct
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, syoichi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 101953, 102505    
Bug Blocks:    

Description Erik Arvidsson 2012-11-12 11:19:45 PST
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}`
Comment 1 Chris Dumez 2017-07-20 16:45:28 PDT
Looks OK nowadays.