diff options
author | Keith Yeung <kungfukeith11@gmail.com> | 2016-06-02 15:27:08 -0400 |
---|---|---|
committer | Keith Yeung <kungfukeith11@gmail.com> | 2016-06-02 15:27:08 -0400 |
commit | 05fc799f923813bf0b63d50218f916684a499b87 (patch) | |
tree | b7d036eebc3e13d18606df9105a19cb49d92b798 /components/script/dom/storage.rs | |
parent | bdecfa13d2114281472d5df4548a8faaf8a5bd87 (diff) | |
download | servo-05fc799f923813bf0b63d50218f916684a499b87.tar.gz servo-05fc799f923813bf0b63d50218f916684a499b87.zip |
Clean up DOMManipulationTaskSource
Diffstat (limited to 'components/script/dom/storage.rs')
-rw-r--r-- | components/script/dom/storage.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/storage.rs b/components/script/dom/storage.rs index 001fd19df3b..03747ed5ab6 100644 --- a/components/script/dom/storage.rs +++ b/components/script/dom/storage.rs @@ -18,6 +18,7 @@ use ipc_channel::ipc::{self, IpcSender}; use net_traits::IpcSend; use net_traits::storage_thread::{StorageThreadMsg, StorageType}; use script_thread::{MainThreadRunnable, ScriptThread}; +use task_source::TaskSource; use task_source::dom_manipulation::DOMManipulationTask; use url::Url; |