mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Stop panicking in a presentational attribute synthesis to let style run.
We can live without this for now.
This commit is contained in:
parent
a77a5ecb16
commit
33c4689b15
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ impl<'le> TElement<'le> for GeckoElement<'le> {
|
|||
fn synthesize_presentational_hints_for_legacy_attributes<V>(&self, _hints: &mut V)
|
||||
where V: VecLike<DeclarationBlock<Vec<PropertyDeclaration>>>
|
||||
{
|
||||
unimplemented!()
|
||||
// FIXME(bholley) - Need to implement this.
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue