mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 804789 - Fix commented out code cause by Bug 793955. r=bent
This commit is contained in:
parent
f8d44aeb6f
commit
7f3ec9a071
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user