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 039bf15d5ed..fb082acd9d7 100644
--- a/components/script/dom/history.rs
+++ b/components/script/dom/history.rs
@@ -287,7 +287,7 @@ impl History {
}
}
-impl HistoryMethods for History {
+impl HistoryMethods<crate::DomTypeHolder> for History {
/// <https://html.spec.whatwg.org/multipage/#dom-history-state>
fn GetState(&self, _cx: JSContext, mut retval: MutableHandleValue) -> Fallible<()> {
if !self.window.Document().is_fully_active() {