mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Replace range::Range with std::ops::Range in script
This commit is contained in:
parent
659305fe0a
commit
c4872d9544
9 changed files with 14 additions and 23 deletions
|
@ -26,9 +26,9 @@ use dom::nodelist::NodeList;
|
|||
use dom::validation::Validatable;
|
||||
use dom::virtualmethods::VirtualMethods;
|
||||
use msg::constellation_msg::ConstellationChan;
|
||||
use range::Range;
|
||||
use script_traits::ScriptMsg as ConstellationMsg;
|
||||
use std::cell::Cell;
|
||||
use std::ops::Range;
|
||||
use string_cache::Atom;
|
||||
use style::element_state::*;
|
||||
use textinput::{KeyReaction, Lines, TextInput, SelectionDirection};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue