mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Bug 337917 Make consumers stop using cids from other modules
fixing build bustage, i missed the factory bit for https://bugzilla.mozilla.org/attachment.cgi?id=221966 intl NS_DATETIMEFORMAT_CONTRACTID
This commit is contained in:
parent
4fceb5193b
commit
59ef2dc1d8
@ -351,7 +351,7 @@ static nsModuleComponentInfo components[] =
|
||||
nsCollationWinConstructor },
|
||||
{ "Date/Time formatter",
|
||||
NS_DATETIMEFORMAT_CID,
|
||||
NULL,
|
||||
NS_DATETIMEFORMAT_CONTRACTID,
|
||||
nsDateTimeFormatWinConstructor },
|
||||
#endif
|
||||
|
||||
@ -368,7 +368,7 @@ static nsModuleComponentInfo components[] =
|
||||
|
||||
{ "Date/Time formatter",
|
||||
NS_DATETIMEFORMAT_CID,
|
||||
NULL,
|
||||
NS_DATETIMEFORMAT_CONTRACTID,
|
||||
nsDateTimeFormatUnixConstructor },
|
||||
#endif
|
||||
|
||||
@ -387,7 +387,7 @@ static nsModuleComponentInfo components[] =
|
||||
#endif
|
||||
{ "Date/Time formatter",
|
||||
NS_DATETIMEFORMAT_CID,
|
||||
NULL,
|
||||
NS_DATETIMEFORMAT_CONTRACTID,
|
||||
nsDateTimeFormatMacConstructor },
|
||||
#endif
|
||||
|
||||
@ -402,7 +402,7 @@ static nsModuleComponentInfo components[] =
|
||||
nsCollationOS2Constructor },
|
||||
{ "Date/Time formatter",
|
||||
NS_DATETIMEFORMAT_CID,
|
||||
NULL,
|
||||
NS_DATETIMEFORMAT_CONTRACTID,
|
||||
nsDateTimeFormatOS2Constructor },
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user