chromium.patch 596 B

1234567891011121314
  1. diff --git a/third_party/chaijs/chai.js b/third_party/chaijs/chai.js
  2. index 39429c51b912..067a18fb688d 100644
  3. --- a/third_party/chaijs/chai.js
  4. +++ b/third_party/chaijs/chai.js
  5. @@ -10475,7 +10475,7 @@ module.exports = {
  6. var promiseExists = typeof Promise === 'function';
  7. /* eslint-disable no-undef */
  8. -var globalObject = typeof self === 'object' ? self : global; // eslint-disable-line id-blacklist
  9. +var globalObject = typeof self === 'object' ? self : null; // eslint-disable-line id-blacklist
  10. var symbolExists = typeof Symbol !== 'undefined';
  11. var mapExists = typeof Map !== 'undefined';