[webidl] DOMException function definition makes no sense (#55)

@domenic, how does http://heycam.github.io/webidl/#es-DOMException-call actually produce a DOMException instance?  It's delegating to Construct() on its proto, which is %Error%, which certainly won't produce the right sort of object if the intent is to produce a "platform object".  They need the right branding, etc.

---
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/55

Received on Wednesday, 8 July 2015 04:11:49 UTC