Bug 1269448 - Fix test assertions. r=mayhemer

MozReview-Commit-ID: HQyi9SJmIC2
This commit is contained in:
Nicholas Hurley 2016-05-03 17:24:01 -07:00
Родитель 4e45e68439
Коммит cd0ff9abb0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1626,7 +1626,7 @@ nsHttpChannel::ProcessResponse()
}
if (referrer) {
nsCOMPtr<nsILoadContextInfo> lci = GetLoadContextInfo(this);
mozilla::net::Predictor::UpdateCacheability(mReferrer, mURI, httpStatus,
mozilla::net::Predictor::UpdateCacheability(referrer, mURI, httpStatus,
mRequestHead, mResponseHead,
lci);
}