aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmldataelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmldataelement.rs')
-rw-r--r--components/script/dom/htmldataelement.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/htmldataelement.rs b/components/script/dom/htmldataelement.rs
index 2506d6e7fb4..93594ec8816 100644
--- a/components/script/dom/htmldataelement.rs
+++ b/components/script/dom/htmldataelement.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::HTMLDataElementBinding;
use crate::dom::bindings::codegen::Bindings::HTMLDataElementBinding::HTMLDataElementMethods;
use crate::dom::bindings::root::DomRoot;
use crate::dom::bindings::str::DOMString;
@@ -37,7 +36,6 @@ impl HTMLDataElement {
Node::reflect_node(
Box::new(HTMLDataElement::new_inherited(local_name, prefix, document)),
document,
- HTMLDataElementBinding::Wrap,
)
}
}