Unbox IframeFragmentInfo.

This commit is contained in:
Matt Brubeck 2016-03-29 08:09:39 -07:00
parent 31261f045e
commit f0f0265139
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ pub enum SpecificFragmentInfo {
/// content resolution phase (e.g. an ordered list item marker).
GeneratedContent(Box<GeneratedContentInfo>),
Iframe(Box<IframeFragmentInfo>),
Iframe(IframeFragmentInfo),
Image(Box<ImageFragmentInfo>),
Canvas(Box<CanvasFragmentInfo>),