mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove Reflectable::mut_reflector.
This commit is contained in:
parent
c331b200b1
commit
e09ed14362
36 changed files with 0 additions and 147 deletions
|
@ -32,10 +32,6 @@ impl Reflectable for XMLHttpRequestUpload {
|
|||
fn reflector<'a>(&'a self) -> &'a Reflector {
|
||||
self.eventtarget.reflector()
|
||||
}
|
||||
|
||||
fn mut_reflector<'a>(&'a mut self) -> &'a mut Reflector {
|
||||
self.eventtarget.mut_reflector()
|
||||
}
|
||||
}
|
||||
|
||||
impl XMLHttpRequestUploadDerived for EventTarget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue