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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user