summaryrefslogtreecommitdiffstats
path: root/netwerk/base/nsISystemProxySettings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/base/nsISystemProxySettings.idl')
-rw-r--r--netwerk/base/nsISystemProxySettings.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/netwerk/base/nsISystemProxySettings.idl b/netwerk/base/nsISystemProxySettings.idl
index 935da146af..0b24b0a83a 100644
--- a/netwerk/base/nsISystemProxySettings.idl
+++ b/netwerk/base/nsISystemProxySettings.idl
@@ -22,7 +22,7 @@ interface nsISystemProxySettings : nsISupports
* provided for implementations that do not block but use other main thread only
* functions such as dbus.
*/
- readonly attribute bool mainThreadOnly;
+ readonly attribute boolean mainThreadOnly;
/**
* If non-empty, use this PAC file. If empty, call getProxyForURI instead.
@@ -43,5 +43,5 @@ interface nsISystemProxySettings : nsISupports
/**
* Check if system settings are configured to use WPAD
*/
- readonly attribute bool systemWPADSetting;
+ readonly attribute boolean systemWPADSetting;
};