Browse Source

removed spurious lines of code

pull/2/head
gorhill 10 years ago
parent
commit
73dc3ba2b0
  1. 3
      platform/firefox/frameModule.js

3
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

Loading…
Cancel
Save