mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749)
This commit is contained in:
parent
82b74a373a
commit
5c5cb3e9a7
80 changed files with 125 additions and 116 deletions
|
@ -6,7 +6,7 @@ use dom::bindings::codegen::DOMImplementationBinding;
|
|||
use dom::bindings::codegen::InheritTypes::NodeCast;
|
||||
use dom::bindings::js::JS;
|
||||
use dom::bindings::utils::{Reflector, Reflectable, reflect_dom_object};
|
||||
use dom::bindings::utils::{Fallible, InvalidCharacter, NamespaceError};
|
||||
use dom::bindings::error::{Fallible, InvalidCharacter, NamespaceError};
|
||||
use dom::bindings::utils::{QName, Name, InvalidXMLName, xml_name_type};
|
||||
use dom::document::{Document, HTMLDocument};
|
||||
use dom::documenttype::DocumentType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue