Replace XHR events for generic ones in ScriptTask

fixup! Replace XHR events for generic ones in ScriptTask

fixup! Replace XHR events for generic ones in ScriptTask
This commit is contained in:
thiagopnts 2014-12-23 15:20:40 -02:00
parent c92a7898b4
commit 271aa277e9
4 changed files with 43 additions and 21 deletions

View file

@ -19,7 +19,7 @@ use libc;
use std::ptr;
/// DOM exceptions that can be thrown by a native DOM method.
#[deriving(Show)]
#[deriving(Show, Clone)]
pub enum Error {
IndexSize,
FailureUnknown,