diff --git a/dom/phonenumberutils/PhoneNumberUtils.jsm b/dom/phonenumberutils/PhoneNumberUtils.jsm index 64ca55574ed..4a64e5ce4db 100644 --- a/dom/phonenumberutils/PhoneNumberUtils.jsm +++ b/dom/phonenumberutils/PhoneNumberUtils.jsm @@ -21,8 +21,8 @@ XPCOMUtils.defineLazyModuleGetter(this, "MCC_ISO3166_TABLE", #ifdef MOZ_B2G_RIL XPCOMUtils.defineLazyServiceGetter(this, "mobileConnection", - "@mozilla.org/ril/content-helper;1", - "nsIMobileConnectionProvider"); + "@mozilla.org/mobileconnection/mobileconnectionservice;1", + "nsIMobileConnectionService"); XPCOMUtils.defineLazyServiceGetter(this, "icc", "@mozilla.org/ril/content-helper;1", "nsIIccProvider");