Bug 1623461 - Clear nsDocShell::mBlankTiming when providing an existing timing object from a process switch. r=jya

Differential Revision: https://phabricator.services.mozilla.com/D81636
This commit is contained in:
Matt Woodrow
2020-06-30 03:32:43 +00:00
parent ee01f3686e
commit 53b468728c
2 changed files with 1 additions and 5 deletions

View File

@@ -12199,6 +12199,7 @@ nsDocShell::ResumeRedirectedLoad(uint64_t aIdentifier, int32_t aHistoryIndex) {
if (aTiming) {
self->mTiming = new nsDOMNavigationTiming(self, aTiming);
self->mBlankTiming = false;
}
// If we're performing a history load, locate the correct history entry,