mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
Call the generated rather than the hand-written traits (fixes #2936).
This commit is contained in:
parent
38a658d561
commit
944d8b00b0
116 changed files with 126 additions and 765 deletions
|
@ -35,9 +35,6 @@ impl HTMLMediaElement {
|
|||
}
|
||||
}
|
||||
|
||||
pub trait HTMLMediaElementMethods {
|
||||
}
|
||||
|
||||
impl Reflectable for HTMLMediaElement {
|
||||
fn reflector<'a>(&'a self) -> &'a Reflector {
|
||||
self.htmlelement.reflector()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue