mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
parent
61fac2c10d
commit
4768597b13
15 changed files with 31 additions and 41 deletions
|
@ -33,7 +33,7 @@ byteorder = "1.0"
|
|||
canvas_traits = {path = "../canvas_traits"}
|
||||
caseless = "0.1.0"
|
||||
cookie = "0.6"
|
||||
cssparser = "0.20.2"
|
||||
cssparser = "0.21.0"
|
||||
deny_public_fields = {path = "../deny_public_fields"}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
dom_struct = {path = "../dom_struct"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue