diff options
Diffstat (limited to 'components/script/dom/performance.rs')
-rw-r--r-- | components/script/dom/performance.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/performance.rs b/components/script/dom/performance.rs index fa9edfb397c..540405da372 100644 --- a/components/script/dom/performance.rs +++ b/components/script/dom/performance.rs @@ -213,8 +213,6 @@ impl NotifyPerformanceObserverRunnable { } impl Runnable for NotifyPerformanceObserverRunnable { - fn name(&self) -> &'static str { "NotifyPerformanceObserverRunnable" } - fn main_thread_handler(self: Box<NotifyPerformanceObserverRunnable>, _: &ScriptThread) { self.owner.root().notify_observers(); |