summaryrefslogtreecommitdiffstats
path: root/netwerk/base/nsIClassOfService.idl
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/base/nsIClassOfService.idl')
-rw-r--r--netwerk/base/nsIClassOfService.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/base/nsIClassOfService.idl b/netwerk/base/nsIClassOfService.idl
index 5426eabbcc..7b133107de 100644
--- a/netwerk/base/nsIClassOfService.idl
+++ b/netwerk/base/nsIClassOfService.idl
@@ -26,7 +26,7 @@ native ClassOfService(mozilla::net::ClassOfService);
interface nsIClassOfService : nsISupports
{
attribute unsigned long classFlags;
- attribute bool incremental;
+ attribute boolean incremental;
void clearClassFlags(in unsigned long flags);
void addClassFlags(in unsigned long flags);