Bug 840388 followup: Remove completely unused variable 'chromeParent' introduced in cf276949f2b6, to fix unused variable build warning. (trivial patch, no review)

This commit is contained in:
Daniel Holbert 2013-03-28 00:08:53 -07:00
Родитель 831f38ab05
Коммит 57b3a44dae
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -377,7 +377,6 @@ nsMixedContentBlocker::ShouldLoad(uint32_t aContentType,
if (aContentType == TYPE_SUBDOCUMENT && !rootHasSecureConnection) {
bool httpsParentExists = false;
bool chromeParent = false;
nsCOMPtr<nsIDocShellTreeItem> parentTreeItem;
parentTreeItem = docShell;