diff options
Diffstat (limited to 'components/script/dom/htmliframeelement.rs')
-rw-r--r-- | components/script/dom/htmliframeelement.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/script/dom/htmliframeelement.rs b/components/script/dom/htmliframeelement.rs index 108fbbe4dc2..230a78df5b2 100644 --- a/components/script/dom/htmliframeelement.rs +++ b/components/script/dom/htmliframeelement.rs @@ -39,9 +39,7 @@ enum SandboxAllowance { AllowPopups = 0x20 } -#[jstraceable] -#[must_root] -#[privatize] +#[dom_struct] pub struct HTMLIFrameElement { htmlelement: HTMLElement, size: Cell<Option<IFrameSize>>, |