[Bug 22808] Throw if object is constructed without new

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

--- Comment #8 from Erik Arvidsson <arv@chromium.org> ---
(In reply to Travis Leithead [MSFT] from comment #7)
> I'm pretty hesitant to make this change without a web-compat analysis. I can
> very easily imagine lots and lots of sites that just blindly do:
> 
> var x = XMLHttpRequest();
> x....

Remember that that throws in Safari and Chrome so it is unlikely that code on
the open web would do that.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 16 September 2013 17:20:24 UTC