summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/websocket/nsIWebSocketEventService.idl
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/protocol/websocket/nsIWebSocketEventService.idl')
-rw-r--r--netwerk/protocol/websocket/nsIWebSocketEventService.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/websocket/nsIWebSocketEventService.idl b/netwerk/protocol/websocket/nsIWebSocketEventService.idl
index 9763850609..b97e06a72b 100644
--- a/netwerk/protocol/websocket/nsIWebSocketEventService.idl
+++ b/netwerk/protocol/websocket/nsIWebSocketEventService.idl
@@ -83,5 +83,5 @@ interface nsIWebSocketEventService : nsISupports
[must_use] void removeListener(in unsigned long long aInnerWindowID,
in nsIWebSocketEventListener aListener);
- [must_use] bool hasListenerFor(in unsigned long long aInnerWindowID);
+ [must_use] boolean hasListenerFor(in unsigned long long aInnerWindowID);
};