mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
import change from `dev' branch of rmottola/Arctic-Fox:
- goanna -> gecko (cac9263ee)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user