Hi. I am trying to expose my C++ XPCOM object as global DOMJAVASCRIPT_GLOBAL_CONSTRUCTOR_CATEGORY. I am getting assertions from JS garbage collector, that wrong javaScript object is beeing finalized (nsXULPDGlobalObject::OnFinalize). The call stack shows, that garbage collection is triggered by a timer.
I have based my code wsProxyTestModule.cpp sample. What could be wrong? Matra _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
