Add node.removeChild

This commit is contained in:
Ilyong Cho 2013-09-05 12:49:10 +09:00
parent 995e4fdd11
commit bcd7c0b8c6
3 changed files with 24 additions and 5 deletions

View file

@ -795,7 +795,8 @@ impl DerivedWrapper for AbstractNode<ScriptView> {
#[deriving(ToStr)]
pub enum Error {
FailureUnknown
FailureUnknown,
NotFound,
}
pub type ErrorResult = Result<(), Error>;