mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +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
|
@ -4,7 +4,7 @@
|
|||
|
||||
use dom::bindings::js::JS;
|
||||
use dom::bindings::utils::{Reflectable, Reflector};
|
||||
use dom::bindings::utils::{Fallible, InvalidState};
|
||||
use dom::bindings::error::{Fallible, InvalidState};
|
||||
use dom::bindings::codegen::EventListenerBinding::EventListener;
|
||||
use dom::event::Event;
|
||||
use dom::eventdispatcher::dispatch_event;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue