Cleanup Window, XHR

This commit is contained in:
Manish Goregaokar 2015-08-15 05:09:00 +05:30
parent ac1b7a3896
commit 5c4f91c0f1
3 changed files with 15 additions and 17 deletions

View file

@ -28,7 +28,7 @@ impl XMLHttpRequestEventTarget {
}
#[inline]
pub fn eventtarget<'a>(&'a self) -> &'a EventTarget {
pub fn eventtarget(&self) -> &EventTarget {
&self.eventtarget
}
}