Skip to content

Commit

Permalink
No bug - Remove comment that is outdated since I fixed it in bug 1483…
Browse files Browse the repository at this point in the history
…808.
  • Loading branch information
emilio committed Apr 2, 2019
1 parent 2ca28a0 commit a7ccd62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions servo/components/style/gecko/media_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit a7ccd62

Please sign in to comment.