summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/extIWebNavigation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/extensions/extIWebNavigation.idl')
-rw-r--r--toolkit/components/extensions/extIWebNavigation.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/components/extensions/extIWebNavigation.idl b/toolkit/components/extensions/extIWebNavigation.idl
index 3095d93d9f..1db9e73808 100644
--- a/toolkit/components/extensions/extIWebNavigation.idl
+++ b/toolkit/components/extensions/extIWebNavigation.idl
@@ -17,8 +17,8 @@ interface extIWebNavigation : nsISupports
void onHistoryChange(in BrowsingContext bc,
in jsval transitionData,
in nsIURI location,
- in bool isHistoryStateUpdated,
- in bool isReferenceFragmentUpdated);
+ in boolean isHistoryStateUpdated,
+ in boolean isReferenceFragmentUpdated);
void onStateChange(in BrowsingContext bc,
in nsIURI requestURI,