mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add support for trait-based virtual methods on Nodes, and use it for before_remove_attr and after_set_attr.
This commit is contained in:
parent
ea2560ef20
commit
ca6cfb5bca
9 changed files with 173 additions and 65 deletions
|
@ -153,6 +153,7 @@ pub mod dom {
|
|||
pub mod uievent;
|
||||
pub mod text;
|
||||
pub mod validitystate;
|
||||
pub mod virtualmethods;
|
||||
pub mod window;
|
||||
pub mod windowproxy;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue