Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug

* * *
Bug 1425458 - Resource timing entries Workers - part 10 - Correct parameters in NS_NewChannel in nsDataObj.cpp, r=me
This commit is contained in:
Andrea Marchesini
2018-01-24 17:17:31 +01:00
parent 902ebef8d5
commit 3faaf5a84b
61 changed files with 225 additions and 12 deletions

View File

@@ -327,6 +327,7 @@ HTMLTrackElement::LoadResource()
static_cast<Element*>(this),
secFlags,
nsIContentPolicy::TYPE_INTERNAL_TRACK,
nullptr, // PerformanceStorage
loadGroup,
nullptr, // aCallbacks
nsIRequest::LOAD_NORMAL | nsIChannel::LOAD_CLASSIFY_URI);