Bug 1487964 - Do not report resource-timing subdocument loads triggered by that subdocument r=bzbarsky

Differential Revision: https://phabricator.services.mozilla.com/D9503
This commit is contained in:
Valentin Gosu
2018-11-21 16:28:20 +00:00
parent 2e21a74e16
commit 50bbf8a0fd
13 changed files with 82 additions and 22 deletions

View File

@@ -30,6 +30,7 @@ nsDocShellLoadState::nsDocShellLoadState()
, mTypeHint(VoidCString())
, mFileName(VoidString())
, mDocShellInternalLoadFlags(0)
, mIsFromProcessingFrameAttributes(false)
{
}