1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 18:10:39 +12:00

Firefox: workaround for the e10s crash

This commit is contained in:
Deathamns 2015-01-02 20:24:33 +01:00 committed by gorhill
parent 9f4e9d48da
commit 6571a0700f

View file

@ -147,9 +147,9 @@ const contentObserver = {
// The context for the popups is an iframe element here,
// so check context.top instead
if ( context.top && context.location ) {
getMessageManager(context).sendSyncMessage(this.messageName, {
// https://bugzil.la/1092216
getMessageManager(context).sendRpcMessage(this.messageName, {
opener: opener || null,
url: location.spec,
type: type,