From e357dfa9b1300e736c8c1bbcbff2b93921eb327e Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sun, 17 Jun 2018 10:12:34 +0200 Subject: Fix typo in nsContentPolicyUtils.h --- dom/base/nsContentPolicyUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/base') diff --git a/dom/base/nsContentPolicyUtils.h b/dom/base/nsContentPolicyUtils.h index f530f9be9..3cef7923e 100644 --- a/dom/base/nsContentPolicyUtils.h +++ b/dom/base/nsContentPolicyUtils.h @@ -237,7 +237,7 @@ NS_CheckContentLoadPolicy(uint32_t contentType, CHECK_PRINCIPAL_AND_DATA(ShouldLoad); if (policyService) { CHECK_CONTENT_POLICY_WITH_SERVICE(ShouldLoad, policyService); -y ? + } CHECK_CONTENT_POLICY(ShouldLoad); } -- cgit v1.2.3