Bug 1264323 - Remove redundant trailing spaces. r=smaug

This commit is contained in:
John Dai 2016-06-30 03:30:00 +02:00
parent 1f0bd802c7
commit 36dfd1e50c

View File

@ -2693,7 +2693,7 @@ nsDocument::ApplySettingsFromCSP(bool aSpeculative)
mReferrerPolicy = static_cast<ReferrerPolicy>(referrerPolicy);
mReferrerPolicySet = true;
}
// Set up 'block-all-mixed-content' if not already inherited
// from the parent context or set by any other CSP.
if (!mBlockAllMixedContent) {