No bug - Remove comment that is outdated since I fixed it in bug 1483808.

This commit is contained in:
Emilio Cobos Álvarez 2019-04-02 14:47:13 +02:00
parent 2ca28a05ed
commit a7ccd628a6

View File

@ -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<f32>,