mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Untry script
This commit is contained in:
parent
a5bb55790f
commit
7af5a7fd54
36 changed files with 199 additions and 199 deletions
|
@ -103,7 +103,7 @@ impl HTMLTableElement {
|
|||
let reference_element = node.child_elements().find(reference_predicate);
|
||||
let reference_node = reference_element.r().map(|e| e.upcast());
|
||||
|
||||
try!(node.InsertBefore(section.upcast(), reference_node));
|
||||
node.InsertBefore(section.upcast(), reference_node)?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue