aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/history.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/history.rs')
-rw-r--r--components/script/dom/history.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/history.rs b/components/script/dom/history.rs
index 1f3b652b0e9..369c59b524c 100644
--- a/components/script/dom/history.rs
+++ b/components/script/dom/history.rs
@@ -129,7 +129,7 @@ impl History {
let event = HashChangeEvent::new(
&self.window,
atom!("hashchange"),
- true,
+ false,
false,
old_url.into_string(),
url.into_string());