mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
Generate bindings for Window.
This commit is contained in:
parent
5546f2105b
commit
a2bdab7989
24 changed files with 227 additions and 278 deletions
|
@ -29,7 +29,6 @@ pub mod dom {
|
|||
pub mod text;
|
||||
pub mod utils;
|
||||
pub mod conversions;
|
||||
pub mod window;
|
||||
pub mod proxyhandler;
|
||||
pub mod domparser;
|
||||
pub mod codegen {
|
||||
|
@ -47,6 +46,7 @@ pub mod dom {
|
|||
pub mod PrototypeList;
|
||||
pub mod RegisterBindings;
|
||||
pub mod UIEventBinding;
|
||||
pub mod WindowBinding;
|
||||
pub mod WindowProxyBinding;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue