From c106fb1231a878989101055234e6575965033d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 2 Apr 2019 14:47:13 +0200 Subject: [PATCH] style: Remove comment that is outdated since I fixed it in bug 1483808. --- components/style/gecko/media_features.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/style/gecko/media_features.rs b/components/style/gecko/media_features.rs index 12417d38ef0..4b94571c8ef 100644 --- a/components/style/gecko/media_features.rs +++ b/components/style/gecko/media_features.rs @@ -127,10 +127,6 @@ fn eval_device_aspect_ratio( } /// https://compat.spec.whatwg.org/#css-media-queries-webkit-device-pixel-ratio -/// -/// FIXME(emilio): This should be an alias of `resolution`, according to the -/// spec, and also according to the code in Chromium. Unify with -/// `eval_resolution`. fn eval_device_pixel_ratio( device: &Device, query_value: Option,