diff options
Diffstat (limited to 'components/script/dom/htmliframeelement.rs')
-rw-r--r-- | components/script/dom/htmliframeelement.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/htmliframeelement.rs b/components/script/dom/htmliframeelement.rs index e6ba1bd73c1..c98db63b58a 100644 --- a/components/script/dom/htmliframeelement.rs +++ b/components/script/dom/htmliframeelement.rs @@ -41,7 +41,7 @@ enum SandboxAllowance { AllowPopups = 0x20 } -#[deriving(Encodable)] +#[jstraceable] #[must_root] pub struct HTMLIFrameElement { pub htmlelement: HTMLElement, @@ -55,7 +55,7 @@ impl HTMLIFrameElementDerived for EventTarget { } } -#[deriving(Encodable)] +#[jstraceable] pub struct IFrameSize { pub pipeline_id: PipelineId, pub subpage_id: SubpageId, |