style: Fix servo build.

This commit is contained in:
Emilio Cobos Álvarez 2019-05-25 03:48:50 +02:00
parent cd2ac08eb9
commit 4671ef5243
3 changed files with 6 additions and 19 deletions

View file

@ -366,7 +366,7 @@
pub use self::single_value::SpecifiedValue as SingleSpecifiedValue;
% if not simple_vector_bindings:
% if not simple_vector_bindings and product == "gecko":
impl SpecifiedValue {
fn compute_iter<'a, 'cx, 'cx_a>(
&'a self,
@ -496,7 +496,7 @@
.set_writing_mode_dependency(context.builder.writing_mode);
% endif
% if property.is_vector and not property.simple_vector_bindings:
% if property.is_vector and not property.simple_vector_bindings and product == "gecko":
// In the case of a vector property we want to pass down an
// iterator so that this can be computed without allocation.
//