mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Rename FailureUnknown to JSFailed.
This commit is contained in:
parent
3dac90b49e
commit
4873682a3c
4 changed files with 14 additions and 14 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue