diff options
Diffstat (limited to 'components/script/dom/history.rs')
-rw-r--r-- | components/script/dom/history.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/history.rs b/components/script/dom/history.rs index c658b162216..c996cf87ccd 100644 --- a/components/script/dom/history.rs +++ b/components/script/dom/history.rs @@ -136,7 +136,7 @@ impl History { if state_changed { PopStateEvent::dispatch_jsval( self.window.upcast::<EventTarget>(), - &*self.window, + &self.window, unsafe { HandleValue::from_raw(self.state.handle()) }, ); } |