From 406fc463e051d69a2c8647a2bbcc6dfebebddad7 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 1 Feb 2020 21:45:08 -0500 Subject: Issue #65 - Remove AppConstants from dom/ --- dom/media/PeerConnection.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'dom/media') 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"; -- cgit v1.2.3