mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
parent
57053e03bb
commit
9b74f0af24
16 changed files with 42 additions and 149 deletions
|
@ -242,7 +242,7 @@ pub fn vtable_for(node: &Node) -> &VirtualMethods {
|
|||
node.downcast::<HTMLTableElement>().unwrap() as &VirtualMethods
|
||||
},
|
||||
NodeTypeId::Element(ElementTypeId::HTMLElement(
|
||||
HTMLElementTypeId::HTMLTableCellElement(_),
|
||||
HTMLElementTypeId::HTMLTableCellElement,
|
||||
)) => node.downcast::<HTMLTableCellElement>().unwrap() as &VirtualMethods,
|
||||
NodeTypeId::Element(ElementTypeId::HTMLElement(HTMLElementTypeId::HTMLTableRowElement)) => {
|
||||
node.downcast::<HTMLTableRowElement>().unwrap() as &VirtualMethods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue