diff options
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r-- | components/script_traits/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs index 6aeca4068ec..e61c83b4e6b 100644 --- a/components/script_traits/lib.rs +++ b/components/script_traits/lib.rs @@ -365,6 +365,8 @@ pub enum ScriptToCompositorMsg { TouchEventProcessed(EventResult), /// Requests that the compositor shut down. Exit, + /// Allow the compositor to free script-specific resources. + Exited, } /// Whether a DOM event was prevented by web content |