mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Unbox IframeFragmentInfo.
This commit is contained in:
parent
31261f045e
commit
f0f0265139
2 changed files with 2 additions and 2 deletions
|
@ -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>),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue