зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
abb1646546
Коммит
b0f90f5b09
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче