aboutsummaryrefslogtreecommitdiffstats
path: root/platform/firefox/frameModule.js
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-04-07 16:27:11 -0400
committergorhill <rhill@raymondhill.net>2015-04-07 16:27:19 -0400
commitad2bc8df74038f8f47c28c0309130f310c4d78b4 (patch)
tree65868b5e9ed8e7fd9d2da2fa75e547081cc4278a /platform/firefox/frameModule.js
parentf396e95a859c43ad90d6b73d3bcddaa8a6822118 (diff)
downloaduBlock-ad2bc8df74038f8f47c28c0309130f310c4d78b4.zip
uBlock-ad2bc8df74038f8f47c28c0309130f310c4d78b4.tar.gz
uBlock-ad2bc8df74038f8f47c28c0309130f310c4d78b4.tar.bz2
removed spurious lines of code
Diffstat (limited to 'platform/firefox/frameModule.js')
-rw-r--r--platform/firefox/frameModule.js3
1 files changed, 0 insertions, 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