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
git-svn-id: svn://10.0.0.236/trunk@101461 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9485c0e78a
commit
a54036173e
@ -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