Web: support Firefox privacy.resistFingerprinting (#3371)
This commit is contained in:
parent
f99c810bec
commit
816798bfd1
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ impl ResizeScaleInternal {
|
||||||
(-webkit-device-pixel-ratio: {current_scale})",
|
(-webkit-device-pixel-ratio: {current_scale})",
|
||||||
);
|
);
|
||||||
let mql = MediaQueryListHandle::new(window, &media_query, closure);
|
let mql = MediaQueryListHandle::new(window, &media_query, closure);
|
||||||
assert!(
|
debug_assert!(
|
||||||
mql.mql().matches(),
|
mql.mql().matches(),
|
||||||
"created media query doesn't match, {current_scale} != {}",
|
"created media query doesn't match, {current_scale} != {}",
|
||||||
super::scale_factor(window)
|
super::scale_factor(window)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue