aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlmapelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmlmapelement.rs')
-rw-r--r--components/script/dom/htmlmapelement.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/htmlmapelement.rs b/components/script/dom/htmlmapelement.rs
index 0b6acb3ba31..d3024bb6e95 100644
--- a/components/script/dom/htmlmapelement.rs
+++ b/components/script/dom/htmlmapelement.rs
@@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
-use crate::dom::bindings::codegen::Bindings::HTMLMapElementBinding;
use crate::dom::bindings::inheritance::Castable;
use crate::dom::bindings::root::DomRoot;
use crate::dom::document::Document;
@@ -37,7 +36,6 @@ impl HTMLMapElement {
Node::reflect_node(
Box::new(HTMLMapElement::new_inherited(local_name, prefix, document)),
document,
- HTMLMapElementBinding::Wrap,
)
}