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 9de98852df7..c707160f66a 100644 --- a/components/script/dom/performance.rs +++ b/components/script/dom/performance.rs @@ -3,7 +3,6 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ use crate::dom::bindings::cell::DomRefCell; -use crate::dom::bindings::codegen::Bindings::PerformanceBinding; use crate::dom::bindings::codegen::Bindings::PerformanceBinding::PerformanceEntryList as DOMPerformanceEntryList; use crate::dom::bindings::codegen::Bindings::PerformanceBinding::{ DOMHighResTimeStamp, PerformanceMethods, @@ -170,7 +169,6 @@ impl Performance { reflect_dom_object( Box::new(Performance::new_inherited(navigation_start_precise)), global, - PerformanceBinding::Wrap, ) } |