mirror of
https://github.com/servo/servo.git
synced 2025-06-19 06:38:59 +01:00
Remove all handwritten bindings code.
This commit is contained in:
parent
7584aee98e
commit
75f1cbd76f
5 changed files with 7 additions and 514 deletions
|
@ -608,8 +608,6 @@ impl VoidPtrLike for AbstractNode<LayoutView> {
|
|||
}
|
||||
|
||||
pub fn define_bindings(compartment: @mut Compartment) {
|
||||
bindings::node::init(compartment);
|
||||
bindings::element::init(compartment);
|
||||
bindings::utils::initialize_global(compartment.global_obj.ptr);
|
||||
bindings::codegen::RegisterBindings::Register(compartment);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue