mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move WindowProxy declaration to the new WindowProxy.webidl file.
This commit is contained in:
parent
763fc8a1f2
commit
e9560617b6
2 changed files with 7 additions and 3 deletions
|
@ -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();
|
||||
|
|
7
components/script/dom/webidls/WindowProxy.webidl
Normal file
7
components/script/dom/webidls/WindowProxy.webidl
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#the-windowproxy-exotic-object
|
||||
[NoInterfaceObject]
|
||||
interface WindowProxy {};
|
Loading…
Add table
Add a link
Reference in a new issue