зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1213150 follow-up: fix build bustage
This commit is contained in:
Родитель
7b64106297
Коммит
d5f5467827
|
@ -2313,7 +2313,7 @@ HttpBaseChannel::ShouldIntercept()
|
|||
GetCallback(controller);
|
||||
bool shouldIntercept = false;
|
||||
if (controller && !BypassServiceWorker() && mLoadInfo) {
|
||||
nsresult rv = controller->ShouldPrepareForIntercept(aURI,
|
||||
nsresult rv = controller->ShouldPrepareForIntercept(mURI,
|
||||
nsContentUtils::IsNonSubresourceRequest(this),
|
||||
&shouldIntercept);
|
||||
if (NS_FAILED(rv)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче