mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move DOMString into servo_util.
This commit is contained in:
parent
f1de0b7381
commit
59184bf6e1
96 changed files with 177 additions and 131 deletions
|
@ -4,11 +4,13 @@
|
|||
|
||||
use dom::bindings::codegen::DOMParserBinding;
|
||||
use dom::bindings::codegen::DOMParserBinding::SupportedTypeValues::{Text_html, Text_xml};
|
||||
use dom::bindings::utils::{DOMString, Fallible, Reflector, Reflectable, reflect_dom_object};
|
||||
use dom::bindings::utils::{Reflector, Reflectable, reflect_dom_object};
|
||||
use dom::bindings::utils::Fallible;
|
||||
use dom::bindings::utils::FailureUnknown;
|
||||
use dom::document::{AbstractDocument, Document};
|
||||
use dom::htmldocument::HTMLDocument;
|
||||
use dom::window::Window;
|
||||
use servo_util::str::DOMString;
|
||||
|
||||
pub struct DOMParser {
|
||||
owner: @mut Window, //XXXjdm Document instead?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue