summaryrefslogtreecommitdiffstats
path: root/netwerk/dns/nsIDNSByTypeRecord.idl
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/dns/nsIDNSByTypeRecord.idl')
-rw-r--r--netwerk/dns/nsIDNSByTypeRecord.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/dns/nsIDNSByTypeRecord.idl b/netwerk/dns/nsIDNSByTypeRecord.idl
index 1d11325af8..13290e260e 100644
--- a/netwerk/dns/nsIDNSByTypeRecord.idl
+++ b/netwerk/dns/nsIDNSByTypeRecord.idl
@@ -102,7 +102,7 @@ interface nsISVCBRecord : nsISupports {
readonly attribute ACString selectedAlpn;
readonly attribute ACString echConfig;
readonly attribute ACString ODoHConfig;
- readonly attribute bool hasIPHintAddress;
+ readonly attribute boolean hasIPHintAddress;
readonly attribute Array<nsISVCParam> values;
};