self import

This commit is contained in:
Manish Goregaokar 2015-01-28 13:46:00 +05:30
parent e44ee70faf
commit b68b7e87c8
28 changed files with 36 additions and 36 deletions

View file

@ -18,7 +18,7 @@ use dom::node::{Node, NodeHelpers, NodeTypeId};
use dom::virtualmethods::VirtualMethods;
use cssparser::RGBA;
use servo_util::str::{mod, DOMString, LengthOrPercentageOrAuto};
use servo_util::str::{self, DOMString, LengthOrPercentageOrAuto};
use std::cell::Cell;
#[dom_struct]