| Index: src/generator.js
|
| diff --git a/src/generator.js b/src/generator.js
|
| index 9ab7dcb9aab9b78baea82ca749ce129a5350be75..91cb0bee22e89eff40789ffba9576da011e9d712 100644
|
| --- a/src/generator.js
|
| +++ b/src/generator.js
|
| @@ -89,7 +89,7 @@ function SetUpGenerators() {
|
| // Set up non-enumerable functions on the generator prototype object.
|
| var GeneratorObjectPrototype = GeneratorFunctionPrototype.prototype;
|
| InstallFunctions(GeneratorObjectPrototype,
|
| - DONT_ENUM | DONT_DELETE | READ_ONLY,
|
| + DONT_ENUM,
|
| ["next", GeneratorObjectNext,
|
| "throw", GeneratorObjectThrow]);
|
|
|
|
|