mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add node.removeChild
This commit is contained in:
parent
995e4fdd11
commit
bcd7c0b8c6
3 changed files with 24 additions and 5 deletions
|
@ -795,7 +795,8 @@ impl DerivedWrapper for AbstractNode<ScriptView> {
|
|||
|
||||
#[deriving(ToStr)]
|
||||
pub enum Error {
|
||||
FailureUnknown
|
||||
FailureUnknown,
|
||||
NotFound,
|
||||
}
|
||||
|
||||
pub type ErrorResult = Result<(), Error>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue