Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-22 00:09:14 +02:00
parent 11cadd8c42
commit 4353d31cb0

View file

@ -614,6 +614,7 @@ impl IsAbsolute {
/// Return Yes if value is true. Otherwise, return No.
#[inline]
#[cfg(feature = "gecko")]
fn new(value: bool) -> Self {
if value {
IsAbsolute::Yes