import change from `dev' branch of rmottola/Arctic-Fox:

- goanna -> gecko (cac9263ee)
This commit is contained in:
2020-07-11 08:42:58 +08:00
parent c7f8abfdb0
commit 30dd322d5a
773 changed files with 2295 additions and 3890 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ WorkerDataStore::WorkerDataStore(WorkerGlobalScope* aScope)
already_AddRefed<WorkerDataStore>
WorkerDataStore::Constructor(GlobalObject& aGlobal, ErrorResult& aRv)
{
// We don't allow Goanna to create WorkerDataStore through JS codes like
// We don't allow Gecko to create WorkerDataStore through JS codes like
// window.DataStore() on the worker, so disable this for now.
NS_NOTREACHED("Cannot use the chrome constructor on the worker!");
return nullptr;