firefox: update to 128.0
[oi-userland.git] / components / web / firefox / patches / 12-geckoserver-broken-with-debug.patch
blob319512cf67d93f3044ae3a069bbe4e60065b74f9
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
12 @@ -4390,7 +4390,6 @@
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:");