rename blinkFeatures to enableBlinkFeatures

This commit is contained in:
Shelley Vohr 2018-05-23 14:01:34 -07:00
parent bc10be3de6
commit 5f5322c64e
No known key found for this signature in database
GPG key ID: F13993A75599653C
9 changed files with 19 additions and 47 deletions

View file

@ -31,7 +31,7 @@ const {
warnAboutDisabledWebSecurity,
warnAboutInsecureContentAllowed,
warnAboutExperimentalFeatures,
warnAboutBlinkFeatures,
warnAboutEnableBlinkFeatures,
warnAboutInsecureResources,
warnAboutInsecureCSP,
warnAboutAllowedPopups,
@ -177,7 +177,7 @@ window.addEventListener('load', function loadHandler () {
warnAboutInsecureResources()
warnAboutInsecureContentAllowed()
warnAboutExperimentalFeatures()
warnAboutBlinkFeatures()
warnAboutEnableBlinkFeatures()
warnAboutInsecureCSP()
warnAboutAllowedPopups()
}