Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749)

This commit is contained in:
Saurabh Anand 2014-02-27 14:47:33 +05:30
parent 82b74a373a
commit 5c5cb3e9a7
80 changed files with 125 additions and 116 deletions

View file

@ -6,7 +6,7 @@
use dom::bindings::codegen::InheritTypes::CharacterDataDerived;
use dom::bindings::js::JS;
use dom::bindings::utils::{Fallible, ErrorResult};
use dom::bindings::error::{Fallible, ErrorResult};
use dom::bindings::utils::{Reflectable, Reflector};
use dom::document::Document;
use dom::eventtarget::{EventTarget, NodeTargetTypeId};