mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Add node.appendChild
This commit is contained in:
parent
47c5279e31
commit
0d4cfd0eb9
3 changed files with 44 additions and 4 deletions
|
@ -797,6 +797,7 @@ impl DerivedWrapper for AbstractNode<ScriptView> {
|
|||
pub enum Error {
|
||||
FailureUnknown,
|
||||
NotFound,
|
||||
HierarchyRequest,
|
||||
}
|
||||
|
||||
pub type ErrorResult = Result<(), Error>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue