mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
Bug 93100. Change NS_DECL_NSGETMODULE to be table driven so we can get at module ctor & dtor callbacks. Update meta-module and static-module stuff for this change, fix meta-module to not register stuff twice. r=cls,leaf
This commit is contained in:
parent
fccc55b07b
commit
76c2f631f2
@ -134,7 +134,7 @@ void XXXNeverCalled()
|
||||
xptc_dummy2();
|
||||
XPTI_GetInterfaceInfoManager();
|
||||
NS_NewGenericFactory(NULL, NULL);
|
||||
NS_NewGenericModule(NULL, 0, NULL, NULL, NULL, NULL);
|
||||
NS_NewGenericModule(NULL, NULL);
|
||||
NS_NewHashtableEnumerator(NULL, NULL, NULL, NULL);
|
||||
nsCWeakProxy(0, 0);
|
||||
nsCWeakReferent(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user