aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/construct.rs
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2016-03-29 08:09:39 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2016-03-29 08:40:13 -0700
commitf0f0265139f6ae5b82b2600d961524d2d6cc3f62 (patch)
treea1b9405bdabb46b52395fc26b246aeb282c5a00b /components/layout/construct.rs
parent31261f045ee908ce14d63bd88283559627bdb227 (diff)
downloadservo-f0f0265139f6ae5b82b2600d961524d2d6cc3f62.tar.gz
servo-f0f0265139f6ae5b82b2600d961524d2d6cc3f62.zip
Unbox IframeFragmentInfo.
Diffstat (limited to 'components/layout/construct.rs')
-rw-r--r--components/layout/construct.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/construct.rs b/components/layout/construct.rs
index dd6d5ff9930..f92a4211fcb 100644
--- a/components/layout/construct.rs
+++ b/components/layout/construct.rs
@@ -297,7 +297,7 @@ impl<'a, ConcreteThreadSafeLayoutNode: ThreadSafeLayoutNode>
let specific_fragment_info = match node.type_id() {
Some(NodeTypeId::Element(ElementTypeId::HTMLElement(
HTMLElementTypeId::HTMLIFrameElement))) => {
- SpecificFragmentInfo::Iframe(box IframeFragmentInfo::new(node))
+ SpecificFragmentInfo::Iframe(IframeFragmentInfo::new(node))
}
Some(NodeTypeId::Element(ElementTypeId::HTMLElement(
HTMLElementTypeId::HTMLImageElement))) => {