Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
This commit is contained in:
@@ -483,7 +483,7 @@ CacheFileInputStream::ReleaseChunk()
|
||||
mWaitingForUpdate = false;
|
||||
}
|
||||
|
||||
mFile->ReleaseOutsideLock(mChunk.forget().get());
|
||||
mFile->ReleaseOutsideLock(mChunk.forget().take());
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user