aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index 1e5b27b89f7..3121b3e0c92 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -2469,7 +2469,6 @@ impl ScriptThread {
if let Some(document) = document {
let _ac = enter_realm(&*document);
document.exit_fullscreen();
- return;
}
}