From 73dc3ba2b04907bbae44746c917926243651f841 Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 7 Apr 2015 16:27:11 -0400 Subject: [PATCH] removed spurious lines of code --- platform/firefox/frameModule.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index f4f6829..94d1c69 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -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