mirror of
https://github.com/servo/servo.git
synced 2025-10-07 03:59:23 +01:00
Remove references to WindowProxy as an interface.
This commit is contained in:
parent
8c8051800f
commit
be00df4be6
2 changed files with 3 additions and 15 deletions
|
@ -1,9 +0,0 @@
|
|||
/* 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 http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/* FIXME WindowProxy doesn't actually have an interface according to the spec,
|
||||
but I'm not sure how to do fallible unwrapping without this, since
|
||||
we lack Gecko's XPCOM querying facilities. */
|
||||
interface WindowProxy {
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue