From 57b3a44daeed108a66a9f131612674b2618acb55 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Thu, 28 Mar 2013 00:08:53 -0700 Subject: [PATCH] Bug 840388 followup: Remove completely unused variable 'chromeParent' introduced in cf276949f2b6, to fix unused variable build warning. (trivial patch, no review) --- content/base/src/nsMixedContentBlocker.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/content/base/src/nsMixedContentBlocker.cpp b/content/base/src/nsMixedContentBlocker.cpp index 416c495a97c4..193154d920ad 100644 --- a/content/base/src/nsMixedContentBlocker.cpp +++ b/content/base/src/nsMixedContentBlocker.cpp @@ -377,7 +377,6 @@ nsMixedContentBlocker::ShouldLoad(uint32_t aContentType, if (aContentType == TYPE_SUBDOCUMENT && !rootHasSecureConnection) { bool httpsParentExists = false; - bool chromeParent = false; nsCOMPtr parentTreeItem; parentTreeItem = docShell;