Add node.appendChild

This commit is contained in:
Ilyong Cho 2013-09-05 13:02:52 +09:00
parent 47c5279e31
commit 0d4cfd0eb9
3 changed files with 44 additions and 4 deletions

View file

@ -797,6 +797,7 @@ impl DerivedWrapper for AbstractNode<ScriptView> {
pub enum Error {
FailureUnknown,
NotFound,
HierarchyRequest,
}
pub type ErrorResult = Result<(), Error>;