diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-01 21:45:08 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-01 21:45:08 -0500 |
commit | 406fc463e051d69a2c8647a2bbcc6dfebebddad7 (patch) | |
tree | bc232e70ad001bedd99aaa4a12c4a0fb528c3d6f /dom/media/PeerConnection.js | |
parent | 28208f1d3efe0b0cf8e00f06fcbd8c3c5981f2f8 (diff) | |
download | uxp-406fc463e051d69a2c8647a2bbcc6dfebebddad7.tar.gz |
Issue #65 - Remove AppConstants from dom/
Diffstat (limited to 'dom/media/PeerConnection.js')
-rw-r--r-- | dom/media/PeerConnection.js | 2 |
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"; |