diff options
Diffstat (limited to 'components/util/task_state.rs')
-rw-r--r-- | components/util/task_state.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/util/task_state.rs b/components/util/task_state.rs index 7c714118b09..76732cae4be 100644 --- a/components/util/task_state.rs +++ b/components/util/task_state.rs @@ -22,6 +22,8 @@ bitflags! { static Render = 0x04, static InWorker = 0x0100, + static InGC = 0x0200, + static InHTMLParser = 0x0400, } } |