зеркало из https://github.com/mozilla/gecko-dev.git
No bug - Fixup a comment in nsMemoryImpl.
Follow-up to D54829. Differential Revision: https://phabricator.services.mozilla.com/D55032 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
cdb083473c
Коммит
5ec30de90e
|
@ -92,7 +92,7 @@ nsresult nsMemoryImpl::FlushMemory(const char16_t* aReason, bool aImmediate) {
|
|||
PRIntervalTime now = PR_IntervalNow();
|
||||
|
||||
// Run the flushers immediately if we can; otherwise, proxy to the
|
||||
// UI thread can run 'em asynchronously.
|
||||
// UI thread and run 'em asynchronously.
|
||||
nsresult rv = NS_OK;
|
||||
if (aImmediate) {
|
||||
RunFlushers(aReason);
|
||||
|
|
Загрузка…
Ссылка в новой задаче