Bug 771195 - Follow-up: Fix debug build error on a CLOSED TREE. r=me

This commit is contained in:
Justin Lebar 2012-10-31 14:08:07 -04:00
parent 9d564a00be
commit 7b1e19d395

View File

@ -108,7 +108,7 @@ public:
NS_IMETHOD Observe(nsISupports* aSubject, const char* aTopic,
const PRUnichar* aData)
{
MOZ_ASSERT(strcmp(topic, NS_XPCOM_SHUTDOWN_OBSERVER_ID) == 0);
MOZ_ASSERT(strcmp(aTopic, NS_XPCOM_SHUTDOWN_OBSERVER_ID) == 0);
LOG("Observed XPCOM shutdown.");
MonitorAutoLock lock(mMonitor);