mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove the unused WorkerGlobalScope::eventtarget method.
This commit is contained in:
parent
8602d01af2
commit
9b084b604e
1 changed files with 0 additions and 5 deletions
|
@ -131,11 +131,6 @@ impl WorkerGlobalScope {
|
|||
self.constellation_chan.clone()
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn eventtarget<'a>(&'a self) -> &'a EventTarget {
|
||||
&self.eventtarget
|
||||
}
|
||||
|
||||
pub fn get_cx(&self) -> *mut JSContext {
|
||||
self.runtime.cx()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue