mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Fix indentation in is_htmliframeelement.
This commit is contained in:
parent
42205675b3
commit
652a867800
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ pub struct HTMLIFrameElement {
|
|||
|
||||
impl HTMLIFrameElementDerived for EventTarget {
|
||||
fn is_htmliframeelement(&self) -> bool {
|
||||
self.type_id == NodeTargetTypeId(ElementNodeTypeId(HTMLIFrameElementTypeId))
|
||||
self.type_id == NodeTargetTypeId(ElementNodeTypeId(HTMLIFrameElementTypeId))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue