[Bug 27823] We should consider dropping [NoInterfaceObject] from XMLHttpRequestEventTarget

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27823

--- Comment #5 from Olli Pettay <bugs@pettay.fi> ---
Dealing with the same prototype chain can be handy - especially since the
prototype would be used only with XHR stuff.
EventTarget is then shared with random other stuff too.

Mixin is kind of a weaker abstraction - or how to say - and since
there really isn't reason to use that, I'd just remove
[NoInterfaceObject].

But don't feel very strongly about this.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 14 January 2015 12:34:08 UTC