2015-02-25 00:00:54 +03:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
|
|
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2022-07-26 05:46:29 +03:00
|
|
|
/* eslint-env mozilla/frame-script */
|
|
|
|
|
2015-02-25 00:00:54 +03:00
|
|
|
// We run this code in a .jsm rather than here to avoid keeping the current
|
|
|
|
// compartment alive.
|
2022-11-17 15:00:28 +03:00
|
|
|
ChromeUtils.importESModule(
|
|
|
|
"chrome://mochikit/content/ShutdownLeaksCollector.sys.mjs"
|
|
|
|
);
|