mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Cleanup Window, XHR
This commit is contained in:
parent
ac1b7a3896
commit
5c4f91c0f1
3 changed files with 15 additions and 17 deletions
|
@ -28,7 +28,7 @@ impl XMLHttpRequestEventTarget {
|
|||
}
|
||||
|
||||
#[inline]
|
||||
pub fn eventtarget<'a>(&'a self) -> &'a EventTarget {
|
||||
pub fn eventtarget(&self) -> &EventTarget {
|
||||
&self.eventtarget
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue