Remove get_location_with_offset

Now that rust-cssparser reports 1-based locations, bump the required
cssparser version and remove get_location_with_offset.  Previously,
some code paths were not calling get_location_with_offset; see
https://bugzilla.mozilla.org/show_bug.cgi?id=1398869 for some
background.
This commit is contained in:
Tom Tromey 2017-09-11 14:19:04 -06:00
parent 61fac2c10d
commit 4768597b13
15 changed files with 31 additions and 41 deletions

View file

@ -25,7 +25,7 @@ unstable = []
[dependencies]
bitflags = "0.7"
matches = "0.1"
cssparser = "0.20.2"
cssparser = "0.21.0"
log = "0.3"
fnv = "1.0"
malloc_size_of = { path = "../malloc_size_of" }