mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Privatize EventTarget and EventListenerEntry
This commit is contained in:
parent
ba073d7e99
commit
df60f8b2c5
82 changed files with 91 additions and 84 deletions
|
@ -26,7 +26,7 @@ pub struct HTMLTableElement {
|
|||
|
||||
impl HTMLTableElementDerived for EventTarget {
|
||||
fn is_htmltableelement(&self) -> bool {
|
||||
self.type_id == NodeTargetTypeId(ElementNodeTypeId(HTMLTableElementTypeId))
|
||||
*self.type_id() == NodeTargetTypeId(ElementNodeTypeId(HTMLTableElementTypeId))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue