mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Further changes required by Servo
This commit is contained in:
parent
11cadd8c42
commit
4353d31cb0
1 changed files with 1 additions and 0 deletions
|
@ -614,6 +614,7 @@ impl IsAbsolute {
|
||||||
|
|
||||||
/// Return Yes if value is true. Otherwise, return No.
|
/// Return Yes if value is true. Otherwise, return No.
|
||||||
#[inline]
|
#[inline]
|
||||||
|
#[cfg(feature = "gecko")]
|
||||||
fn new(value: bool) -> Self {
|
fn new(value: bool) -> Self {
|
||||||
if value {
|
if value {
|
||||||
IsAbsolute::Yes
|
IsAbsolute::Yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue