Rename FailureUnknown to JSFailed.

This commit is contained in:
Ms2ger 2015-02-28 16:04:29 +01:00
parent 3dac90b49e
commit 4873682a3c
4 changed files with 14 additions and 14 deletions

View file

@ -52,8 +52,8 @@ pub enum Error {
DataClone,
/// NoModificationAllowedError
NoModificationAllowedError,
/// Unknown failure
FailureUnknown,
/// A JavaScript exception is already pending.
JSFailed,
}
/// The return type for IDL operations that can throw DOM exceptions.