summaryrefslogtreecommitdiffstats
path: root/dom/media
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
commit406fc463e051d69a2c8647a2bbcc6dfebebddad7 (patch)
treebc232e70ad001bedd99aaa4a12c4a0fb528c3d6f /dom/media
parent28208f1d3efe0b0cf8e00f06fcbd8c3c5981f2f8 (diff)
downloadUXP-406fc463e051d69a2c8647a2bbcc6dfebebddad7.tar
UXP-406fc463e051d69a2c8647a2bbcc6dfebebddad7.tar.gz
UXP-406fc463e051d69a2c8647a2bbcc6dfebebddad7.tar.lz
UXP-406fc463e051d69a2c8647a2bbcc6dfebebddad7.tar.xz
UXP-406fc463e051d69a2c8647a2bbcc6dfebebddad7.zip
Issue #65 - Remove AppConstants from dom/
Diffstat (limited to 'dom/media')
-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 0569b15ae..df36ae83c 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";