diff options
author | Patrick Walton <pcwalton@mimiga.net> | 2013-12-17 14:34:49 -0800 |
---|---|---|
committer | Patrick Walton <pcwalton@mimiga.net> | 2013-12-17 18:07:41 -0800 |
commit | 8f886e599ec751292e8439afaa45333a73e3594a (patch) | |
tree | 88b6c1784814eea590cac119961d700fe9002cb7 /src/components/script/script_task.rs | |
parent | 9e2b63ddd3c3881e3a6a9a444e47fb87b8bbbcf2 (diff) | |
download | servo-8f886e599ec751292e8439afaa45333a73e3594a.tar.gz servo-8f886e599ec751292e8439afaa45333a73e3594a.zip |
layout: Stop exposing raw `Element` types to layout as well.
This should make layout memory-safe as is, though we will need to do
more stuff for incremental reflow and parallelism.
Diffstat (limited to 'src/components/script/script_task.rs')
-rw-r--r-- | src/components/script/script_task.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/script/script_task.rs b/src/components/script/script_task.rs index e027d8f0219..38803bb4456 100644 --- a/src/components/script/script_task.rs +++ b/src/components/script/script_task.rs @@ -52,7 +52,6 @@ use std::ptr; use std::str::eq_slice; use std::task::{spawn_sched, SingleThreaded}; use std::util::replace; -use style::{TElement, TNode}; /// Messages used to control the script task. pub enum ScriptMsg { |