Move WindowProxy declaration to the new WindowProxy.webidl file.

This commit is contained in:
krk 2019-04-17 21:21:35 +02:00
parent 763fc8a1f2
commit e9560617b6
2 changed files with 7 additions and 3 deletions

View file

@ -72,9 +72,6 @@
Window implements GlobalEventHandlers;
Window implements WindowEventHandlers;
[NoInterfaceObject]
interface WindowProxy {};
// https://html.spec.whatwg.org/multipage/#Window-partial
partial interface Window {
void captureEvents();