mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Fix servo build.
This commit is contained in:
parent
cd2ac08eb9
commit
4671ef5243
3 changed files with 6 additions and 19 deletions
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue