Bug 491194 - fixing miscellaneous warnings. r=biesi

This commit is contained in:
timeless@mozdev.org 2009-05-18 12:43:55 +02:00
parent 9fc1f9ebcf
commit b2e7596a82
2 changed files with 1 additions and 3 deletions

View File

@ -340,7 +340,7 @@ XPCCallContext::~XPCCallContext()
if(mDestroyJSContextInDestructor)
{
#ifdef DEBUG_xpc_hacker
printf("!xpc - doing deferred destruction of JSContext @ %0x\n",
printf("!xpc - doing deferred destruction of JSContext @ %p\n",
mJSContext);
#endif
NS_ASSERTION(!mThreadData->GetJSContextStack() ||

View File

@ -109,6 +109,4 @@ public:
nsresult GetDataSource(const char *aURI, PRBool aBlock, nsIRDFDataSource **aDataSource );
};
static RDFServiceImpl* gRDFService; // The one-and-only RDF service
#endif // nsRDFService_h__