diff options
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index a3b374ac161..1d3bc4c4bcf 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -1358,6 +1358,7 @@ impl ScriptThread { // otherwise find just the matching page and exit all sub-pages if let Some(ref mut child_page) = page.remove(id) { + debug!("shutting down layout for child context {:?}", id); shut_down_layout(&*child_page); } false |