mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Further changes required by Servo
This commit is contained in:
parent
743f213c25
commit
d8993eef7e
1 changed files with 1 additions and 0 deletions
|
@ -1050,6 +1050,7 @@ pub enum MozControlCharacterVisibility {
|
||||||
Visible,
|
Visible,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(feature = "gecko")]
|
||||||
impl Default for MozControlCharacterVisibility {
|
impl Default for MozControlCharacterVisibility {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
if static_prefs::pref!("layout.css.control-characters.visible") {
|
if static_prefs::pref!("layout.css.control-characters.visible") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue