mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move WebIDL methods to traits implemented by JSRef types.
This commit is contained in:
parent
dfdda0098a
commit
76783b029e
106 changed files with 3644 additions and 1912 deletions
|
@ -37,4 +37,7 @@ impl Reflectable for XMLHttpRequestEventTarget {
|
|||
fn mut_reflector<'a>(&'a mut self) -> &'a mut Reflector {
|
||||
self.eventtarget.mut_reflector()
|
||||
}
|
||||
}
|
||||
|
||||
pub trait XMLHttpRequestEventTargetMethods {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue