Backed out changeset 06f41c22f3a6 (bug 1888460) for causing linux xpcshell failures...
[gecko.git] / dom / webidl / WorkerTestUtils.webidl
blob9c1ae319260c9f09c1c559310060cfea454c6f6e
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 [Exposed=Worker, Pref="dom.workers.testing.enabled"]
6 namespace WorkerTestUtils {
7   [Throws]
8   unsigned long currentTimerNestingLevel();
9 };