mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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 {
|
impl HTMLIFrameElementDerived for EventTarget {
|
||||||
fn is_htmliframeelement(&self) -> bool {
|
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