1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-13 15:54:54 +12:00

removed spurious lines of code

This commit is contained in:
gorhill 2015-04-07 16:27:11 -04:00
parent 231afb565a
commit 73dc3ba2b0

View file

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