mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Further changes required by Servo
This commit is contained in:
parent
4cee8cf937
commit
108c50c6df
3 changed files with 16 additions and 4 deletions
|
@ -272,8 +272,8 @@ impl<'a, 'b> ResolveGeneratedContentFragmentMutator<'a, 'b> {
|
|||
self.traversal.quote -= 1
|
||||
}
|
||||
},
|
||||
GeneratedContentInfo::ContentItem(ContentItem::Url(..)) => {
|
||||
unreachable!("Servo doesn't parse content: url(..) yet")
|
||||
GeneratedContentInfo::ContentItem(ContentItem::Image(..)) => {
|
||||
unreachable!("Servo doesn't parse content: url(..) nor image-set(..) yet")
|
||||
},
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue