[Webkit-unassigned] [Bug 174573] Video errors should be instances of Error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 19 10:27:25 PDT 2017


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

--- Comment #7 from Chris Dumez <cdumez at apple.com> ---
DOMError does not exist in the specification anymore and we are supposed to use Error nowadays:
https://heycam.github.io/webidl/#es-Error

I think the right fix is to drop DOMError and use JS's Error directly instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170919/99e2aa3b/attachment.html>


More information about the webkit-unassigned mailing list