Loading toolkit/components/resistfingerprinting/RFPHelper.sys.mjs +1 −1 Original line number Diff line number Diff line Loading @@ -603,7 +603,7 @@ class _RFPHelper { log(`${logPrefix} roundDimensions(${aWidth}, ${aHeight})`); if (!(isInitialSize || this.letterboxingEnabled)) { if (!this.letterboxingEnabled) { // just round size to int return r(aWidth, aHeight); } Loading Loading
toolkit/components/resistfingerprinting/RFPHelper.sys.mjs +1 −1 Original line number Diff line number Diff line Loading @@ -603,7 +603,7 @@ class _RFPHelper { log(`${logPrefix} roundDimensions(${aWidth}, ${aHeight})`); if (!(isInitialSize || this.letterboxingEnabled)) { if (!this.letterboxingEnabled) { // just round size to int return r(aWidth, aHeight); } Loading