diff options
Diffstat (limited to 'browser/base/content/webrtcIndicator.js')
-rw-r--r-- | browser/base/content/webrtcIndicator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/base/content/webrtcIndicator.js b/browser/base/content/webrtcIndicator.js index f38c7446ba..c19bfe1f35 100644 --- a/browser/base/content/webrtcIndicator.js +++ b/browser/base/content/webrtcIndicator.js @@ -47,7 +47,7 @@ function closingInternally() { * Main control object for the WebRTC global indicator */ const WebRTCIndicator = { - init(event) { + init() { addEventListener("load", this); addEventListener("unload", this); |