From 14bc8ab7542287a18ecdede1ca7ee2af077eb8a9 Mon Sep 17 00:00:00 2001 From: Agustin Chiappe Berrini Date: Thu, 27 Sep 2018 18:43:22 -0400 Subject: Implement TaskSource for HistoryTraversal And remove the method in window that returns it, because it isn't used so far. --- components/script/script_runtime.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/script/script_runtime.rs') 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, -- cgit v1.2.3