Bug 804789 - Fix commented out code cause by Bug 793955. r=bent

This commit is contained in:
Doug Turner 2012-10-29 09:54:35 -07:00
parent f8d44aeb6f
commit 7f3ec9a071

View File

@ -1240,7 +1240,7 @@ ContentParent::GetOrCreateActorForBlob(nsIDOMBlob* aBlob)
BlobConstructorParams params;
if (blob->IsSizeUnknown() || /*blob->IsDateUnknown()*/ 0) {
if (blob->IsSizeUnknown() || blob->IsDateUnknown()) {
// We don't want to call GetSize or GetLastModifiedDate
// yet since that may stat a file on the main thread
// here. Instead we'll learn the size lazily from the