pull/2/head
gorhill 11 years ago
parent 822d78be1b
commit 22bad6201e

@ -168,6 +168,9 @@ const contentObserver = {
type: type, type: type,
url: location.spec url: location.spec
}; };
if ( type === 7 ) {
details.attrSrc = context.frameElement.getAttribute('src');
}
if ( typeof messageManager.sendRpcMessage === 'function' ) { if ( typeof messageManager.sendRpcMessage === 'function' ) {
// https://bugzil.la/1092216 // https://bugzil.la/1092216

Loading…
Cancel
Save