Use isize for FragmentIndex.

This commit is contained in:
Ms2ger 2015-04-02 14:53:10 +02:00
parent 2cc3c1d9c2
commit 232dadc81d
2 changed files with 4 additions and 4 deletions

View file

@ -192,7 +192,7 @@ impl ImageResponder<UntrustedNodeAddress> for LayoutImageResponder {
let script_chan = self.script_chan.clone();
box move |_, node_address| {
let ScriptControlChan(ref chan) = script_chan;
debug!("Dirtying {:x}", node_address.0 as uint);
debug!("Dirtying {:x}", node_address.0 as usize);
let mut nodes = SmallVec1::new();
nodes.vec_push(node_address);
drop(chan.send(ConstellationControlMsg::SendEvent(