From aac4af7cb0e939f2f4e7e1163545ca0fc52a4850 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Mon, 15 Dec 2014 15:48:31 -0500 Subject: [PATCH] Mark LoadContext's constructor as explicit, follow-up to bug 1009631, landed on a CLOSED TREE --- docshell/base/LoadContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docshell/base/LoadContext.h b/docshell/base/LoadContext.h index 1607eeddbe77..e5949ae6e9d9 100644 --- a/docshell/base/LoadContext.h +++ b/docshell/base/LoadContext.h @@ -107,7 +107,7 @@ public: // Constructor for creating a LoadContext with a given principal's appId and // browser flag. - LoadContext(nsIPrincipal* aPrincipal); + explicit LoadContext(nsIPrincipal* aPrincipal); private: ~LoadContext() {}