icecat: add release icecat-140.7.0-1gnu1 for ecne
This commit is contained in:
parent
7d0f5dab3b
commit
30225f2e73
156 changed files with 9131 additions and 4525 deletions
|
|
@ -271,7 +271,8 @@ WorkerGlobalScopeBase::WorkerGlobalScopeBase(
|
|||
mSerialEventTarget(aWorkerPrivate->HybridEventTarget()) {
|
||||
if (StaticPrefs::dom_workers_timeoutmanager_AtStartup()) {
|
||||
mTimeoutManager = MakeUnique<dom::TimeoutManager>(
|
||||
*this, /* not used on workers */ 0, mSerialEventTarget);
|
||||
*this, /* not used on workers */ 0, mSerialEventTarget,
|
||||
mWorkerPrivate->IsChromeWorker());
|
||||
}
|
||||
LOG(("WorkerGlobalScopeBase::WorkerGlobalScopeBase [%p]", this));
|
||||
MOZ_ASSERT(mWorkerPrivate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue