diff options
author | Agustin Chiappe Berrini <jnieve@gmail.com> | 2018-09-27 18:43:22 -0400 |
---|---|---|
committer | Agustin Chiappe Berrini <jnieve@gmail.com> | 2018-11-13 14:18:51 -0500 |
commit | 14bc8ab7542287a18ecdede1ca7ee2af077eb8a9 (patch) | |
tree | 1f93ff8cb9d2111380aa44287e938016107a7055 /components/script/script_runtime.rs | |
parent | b1a2b6b5bfe72440059834c67dc28ad422b89a82 (diff) | |
download | servo-14bc8ab7542287a18ecdede1ca7ee2af077eb8a9.tar.gz servo-14bc8ab7542287a18ecdede1ca7ee2af077eb8a9.zip |
Implement TaskSource for HistoryTraversal
And remove the method in window that returns it, because it isn't used
so far.
Diffstat (limited to 'components/script/script_runtime.rs')
-rw-r--r-- | components/script/script_runtime.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/script_runtime.rs b/components/script/script_runtime.rs index f0cdd8ccad0..a3fb1c800f4 100644 --- a/components/script/script_runtime.rs +++ b/components/script/script_runtime.rs @@ -100,6 +100,7 @@ pub enum ScriptThreadEventCategory { DomEvent, FileRead, FormPlannedNavigation, + HistoryEvent, ImageCacheMsg, InputEvent, NetworkEvent, |