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:    

Erik Arvidsson
Reported 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}`
Attachments
Chris Dumez
Comment 1 2017-07-20 16:45:28 PDT
Looks OK nowadays.
Note You need to log in before you can comment on or make changes to this bug.