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:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user