summaryrefslogtreecommitdiffstats
path: root/uriloader/exthandler/nsIExternalProtocolService.idl
diff options
context:
space:
mode:
Diffstat (limited to 'uriloader/exthandler/nsIExternalProtocolService.idl')
-rw-r--r--uriloader/exthandler/nsIExternalProtocolService.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/uriloader/exthandler/nsIExternalProtocolService.idl b/uriloader/exthandler/nsIExternalProtocolService.idl
index 7d714035e6..5c544a967d 100644
--- a/uriloader/exthandler/nsIExternalProtocolService.idl
+++ b/uriloader/exthandler/nsIExternalProtocolService.idl
@@ -129,8 +129,8 @@ interface nsIExternalProtocolService : nsISupports
[optional] in nsIPrincipal aTriggeringPrincipal,
[optional] in nsIPrincipal aRedirectPrincipal,
[optional] in BrowsingContext aBrowsingContext,
- [optional] in bool aWasTriggeredExternally,
- [optional] in bool aHasValidUserGestureActivation);
+ [optional] in boolean aWasTriggeredExternally,
+ [optional] in boolean aHasValidUserGestureActivation);
/**
* Gets a human-readable description for the application responsible for
@@ -151,5 +151,5 @@ interface nsIExternalProtocolService : nsISupports
*
* @param aScheme The scheme to look up. For example, "mms".
*/
- bool isCurrentAppOSDefaultForProtocol(in AUTF8String aScheme);
+ boolean isCurrentAppOSDefaultForProtocol(in AUTF8String aScheme);
};