Backed out 4 changesets (bug 1320404) for test_permmanager_load_invalid_entries.js failures

Backed out changeset 7c2f4e64d38e (bug 1320404)
Backed out changeset a7e7c0251179 (bug 1320404)
Backed out changeset dd741b25a244 (bug 1320404)
Backed out changeset de9073c57d20 (bug 1320404)
This commit is contained in:
Bogdan Tara
2019-05-03 06:12:25 +03:00
parent 8cf024b7e7
commit 3fc33e1227
102 changed files with 942 additions and 545 deletions

View File

@@ -98,6 +98,9 @@ PostMessageEvent::Run() {
OriginAttributes sourceAttrs = mProvidedPrincipal->OriginAttributesRef();
OriginAttributes targetAttrs = targetPrin->OriginAttributesRef();
MOZ_DIAGNOSTIC_ASSERT(
sourceAttrs.mAppId == targetAttrs.mAppId,
"Target and source should have the same mAppId attribute.");
MOZ_DIAGNOSTIC_ASSERT(
sourceAttrs.mUserContextId == targetAttrs.mUserContextId,
"Target and source should have the same userContextId attribute.");