Bug 1213150 follow-up: fix build bustage

This commit is contained in:
Ehsan Akhgari 2015-10-09 11:27:05 -04:00
Родитель 7b64106297
Коммит d5f5467827
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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)) {