mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Fix typo in nsContentPolicyUtils.h
This commit is contained in:
parent
9578e970f0
commit
b4ffccf942
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ NS_CheckContentLoadPolicy(uint32_t contentType,
|
|||
CHECK_PRINCIPAL_AND_DATA(ShouldLoad);
|
||||
if (policyService) {
|
||||
CHECK_CONTENT_POLICY_WITH_SERVICE(ShouldLoad, policyService);
|
||||
y | ||||