Bug 1406997 - Fix a comment typo in HttpChannelParent.cpp. r=billm

MozReview-Commit-ID: 7RoCfaOXf3C

--HG--
extra : rebase_source : 757bcd4f11b0426b1ba056550bd534377d56fc91
This commit is contained in:
Alex Gaynor 2017-10-11 10:13:56 -04:00
Родитель abb1646546
Коммит b0f90f5b09
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1431,7 +1431,7 @@ HttpChannelParent::OnStartRequest(nsIRequest *aRequest, nsISupports *aContext)
"HttpChannelParent getting OnStartRequest from a different HttpBaseChannel instance");
// Send down any permissions which are relevant to this URL if we are
// performing a document load. We can't do that is mIPCClosed is set.
// performing a document load. We can't do that if mIPCClosed is set.
if (!mIPCClosed) {
PContentParent* pcp = Manager()->Manager();
MOZ_ASSERT(pcp, "We should have a manager if our IPC isn't closed");