Bug 1477488 - Set SecurityPolicyViolationEvent to be also available on beta and release (follow-up to bug 1472661). r=baku

MozReview-Commit-ID: 8KCfD1vbYk2

--HG--
extra : rebase_source : 24884e7793e055600b4215b632ade05a8a6571ab
This commit is contained in:
Sebastian Hengst 2018-07-23 21:23:36 +03:00
Родитель 19e302fb18
Коммит 1793cd20eb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -853,7 +853,7 @@ var interfaceNamesInGlobalScope =
// IMPORTANT: Do not change this list without review from a DOM peer! // IMPORTANT: Do not change this list without review from a DOM peer!
{name: "ScrollAreaEvent", insecureContext: true}, {name: "ScrollAreaEvent", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer! // IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SecurityPolicyViolationEvent", insecureContext: true, release: false}, {name: "SecurityPolicyViolationEvent", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer! // IMPORTANT: Do not change this list without review from a DOM peer!
{name: "Selection", insecureContext: true}, {name: "Selection", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer! // IMPORTANT: Do not change this list without review from a DOM peer!