Stop panicking in a presentational attribute synthesis to let style run.

We can live without this for now.
This commit is contained in:
Bobby Holley 2016-01-25 18:16:25 -08:00
parent a77a5ecb16
commit 33c4689b15

View file

@ -334,7 +334,7 @@ impl<'le> TElement<'le> for GeckoElement<'le> {
fn synthesize_presentational_hints_for_legacy_attributes<V>(&self, _hints: &mut V) fn synthesize_presentational_hints_for_legacy_attributes<V>(&self, _hints: &mut V)
where V: VecLike<DeclarationBlock<Vec<PropertyDeclaration>>> where V: VecLike<DeclarationBlock<Vec<PropertyDeclaration>>>
{ {
unimplemented!() // FIXME(bholley) - Need to implement this.
} }
#[inline] #[inline]