Bug 1568585. Stop implementing JS-exposed QueryInterface on Window. r=peterv

Differential Revision: https://phabricator.services.mozilla.com/D39234

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Boris Zbarsky 2019-07-25 14:31:10 +00:00
parent 046d981ba1
commit a2ab584ff7

View File

@ -17,4 +17,3 @@ interface LegacyQueryInterface {
};
Element implements LegacyQueryInterface;
Window implements LegacyQueryInterface;