Fixed regression: framed documents' URLs not being reported in the UI.

This commit is contained in:
hackademix 2018-08-23 19:38:28 +02:00
parent dbc9575c68
commit 9f67a125b8
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ var RequestGuard = (() => {
}
if (frameId === 0) return;
try {
await Message.send("seen",
await Messages.send("seen",
{request, allowed, policyType},
{tabId, frameId: 0}
);