1 error[E0599]: no function or associated item named `has_no_effect_on_gecko_scrollbars` found for struct `LonghandIdSet` in the current scope
2 --> servo/ports/geckolib/glue.rs:4330:53
4 4330 | differing_properties.remove_all(&LonghandIdSet::has_no_effect_on_gecko_scrollbars());
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `LonghandIdSet`
7 For more information about this error, try `rustc --explain E0599`.
8 error: could not compile `geckoservo` due to previous error
10 --- gecko-dev-master/servo/ports/geckolib/glue.rs.old 2023-03-26 23:24:39.054569025 -0400
11 +++ gecko-dev-master/servo/ports/geckolib/glue.rs 2023-03-26 23:24:53.776325141 -0400
13 // then you will need to add some checks to the
14 // nsIAnonymousContentCreator::CreateAnonymousContent implementations of ScrollContainerFrame
15 // and nsScrollbarFrame to clear the AnonymousContentKey if a non-initial value is used.
16 - differing_properties.remove_all(&LonghandIdSet::has_no_effect_on_gecko_scrollbars());
18 if !differing_properties.is_empty() {
19 println_stderr!("Actual style:");