diff options
Diffstat (limited to 'components/script/dom/cdatasection.rs')
-rw-r--r-- | components/script/dom/cdatasection.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/cdatasection.rs b/components/script/dom/cdatasection.rs index 7e026bb7673..6fbe4d1e4b7 100644 --- a/components/script/dom/cdatasection.rs +++ b/components/script/dom/cdatasection.rs @@ -2,12 +2,13 @@ * 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 dom_struct::dom_struct; + use crate::dom::bindings::root::DomRoot; use crate::dom::bindings::str::DOMString; use crate::dom::document::Document; use crate::dom::node::Node; use crate::dom::text::Text; -use dom_struct::dom_struct; #[dom_struct] pub struct CDATASection { |