Bug 606040 - [SeaMonkey] 'Linux comm-central-trunk leak test build' still broken after bug 536295 bustage fixes. r=biesi, a=bustage-fix

This commit is contained in:
Justin Wood 2010-10-20 22:30:31 -04:00
parent e0f7f8b99e
commit 0a6ed96ab6

View File

@ -219,7 +219,7 @@ OfflineCacheUpdateGlue::ApplicationCacheAvailable(nsIApplicationCache *aApplicat
aApplicationCache->GetClientID(clientID);
}
LOG(("Update %p: associating app cache %s to document %p",
this, clientID.get(), mDocument));
this, clientID.get(), mDocument.get()));
}
#endif