summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/websocket/nsIWebSocketChannel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/protocol/websocket/nsIWebSocketChannel.idl')
-rw-r--r--netwerk/protocol/websocket/nsIWebSocketChannel.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/websocket/nsIWebSocketChannel.idl b/netwerk/protocol/websocket/nsIWebSocketChannel.idl
index 7092c3c6b1..555d6d8168 100644
--- a/netwerk/protocol/websocket/nsIWebSocketChannel.idl
+++ b/netwerk/protocol/websocket/nsIWebSocketChannel.idl
@@ -146,7 +146,7 @@ interface nsIWebSocketChannel : nsISupports
in nsIWebSocketListener aListener,
in nsISupports aContext);
- [must_use]
+ [must_use, noscript]
void asyncOpenNative(in nsIURI aURI,
in ACString aOrigin,
in OriginAttributes aOriginAttributes,