mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
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:
parent
c92a7898b4
commit
271aa277e9
4 changed files with 43 additions and 21 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue