diff options
Diffstat (limited to 'src/components/script/dom/htmlaudioelement.rs')
-rw-r--r-- | src/components/script/dom/htmlaudioelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/htmlaudioelement.rs b/src/components/script/dom/htmlaudioelement.rs index b1013a2342e..6e753318cb7 100644 --- a/src/components/script/dom/htmlaudioelement.rs +++ b/src/components/script/dom/htmlaudioelement.rs @@ -3,11 +3,11 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use dom::bindings::codegen::HTMLAudioElementBinding; -use dom::bindings::utils::DOMString; use dom::document::AbstractDocument; use dom::element::HTMLAudioElementTypeId; use dom::htmlmediaelement::HTMLMediaElement; use dom::node::{AbstractNode, Node}; +use servo_util::str::DOMString; pub struct HTMLAudioElement { htmlmediaelement: HTMLMediaElement |