summaryrefslogtreecommitdiff
path: root/dom/media/PeerConnection.js
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-01 21:45:08 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-01 21:45:08 -0500
commit8a08a6f76dc66bb059cc3c1df829749bb05cb69e (patch)
treebc232e70ad001bedd99aaa4a12c4a0fb528c3d6f /dom/media/PeerConnection.js
parentdbdacc7f9e6df47ecf31efd544b5430a49eebd29 (diff)
downloaduxp-8a08a6f76dc66bb059cc3c1df829749bb05cb69e.tar.gz
Issue mcp-graveyard/UXP#65 - Remove AppConstants from dom/
Diffstat (limited to 'dom/media/PeerConnection.js')
-rw-r--r--dom/media/PeerConnection.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/media/PeerConnection.js b/dom/media/PeerConnection.js
index 0569b15aeb..df36ae83ce 100644
--- a/dom/media/PeerConnection.js
+++ b/dom/media/PeerConnection.js
@@ -13,8 +13,6 @@ XPCOMUtils.defineLazyModuleGetter(this, "PeerConnectionIdp",
"resource://gre/modules/media/PeerConnectionIdp.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "convertToRTCStatsReport",
"resource://gre/modules/media/RTCStatsReport.jsm");
-XPCOMUtils.defineLazyModuleGetter(this, "AppConstants",
- "resource://gre/modules/AppConstants.jsm");
const PC_CONTRACT = "@mozilla.org/dom/peerconnection;1";
const PC_OBS_CONTRACT = "@mozilla.org/dom/peerconnectionobserver;1";