diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-01-30 15:27:53 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-01-30 15:27:53 -0700 |
commit | 172aed535be3c34775824dac64ad2b91fc379ad5 (patch) | |
tree | 265b0c050a6de594b5b55534bf5c3f5278493c94 /components/script/dom/bindings/trace.rs | |
parent | 49dc60cac1ef014621379bedf1fb41aeac34820e (diff) | |
parent | dfb5c52131738d15af9987aff02751fa212863f9 (diff) | |
download | servo-172aed535be3c34775824dac64ad2b91fc379ad5.tar.gz servo-172aed535be3c34775824dac64ad2b91fc379ad5.zip |
auto merge of #4757 : servo/servo/newnewnewcss, r=mbrubeck
(Still off by default. Enable with `RUST_LOG=style`.)
r? @mbrubeck
Diffstat (limited to 'components/script/dom/bindings/trace.rs')
-rw-r--r-- | components/script/dom/bindings/trace.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs index d2af1ebe968..d814b3b6d12 100644 --- a/components/script/dom/bindings/trace.rs +++ b/components/script/dom/bindings/trace.rs @@ -58,7 +58,7 @@ use std::io::timer::Timer; use std::rc::Rc; use std::sync::mpsc::{Receiver, Sender}; use string_cache::{Atom, Namespace}; -use style::PropertyDeclarationBlock; +use style::properties::PropertyDeclarationBlock; use url::Url; |