mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 491194 - fixing miscellaneous warnings. r=biesi
This commit is contained in:
parent
9fc1f9ebcf
commit
b2e7596a82
@ -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() ||
|
||||
|
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user