| Index: src/runtime/runtime-generator.cc
|
| diff --git a/src/runtime/runtime-generator.cc b/src/runtime/runtime-generator.cc
|
| index c0b095bde2289e44afd55fb725c678a2f78eab1f..1245ff14fbe8c8aed4bda00b5538728154e5b83b 100644
|
| --- a/src/runtime/runtime-generator.cc
|
| +++ b/src/runtime/runtime-generator.cc
|
| @@ -77,7 +77,6 @@ RUNTIME_FUNCTION(Runtime_SuspendJSGeneratorObject) {
|
| return isolate->heap()->undefined_value();
|
| }
|
|
|
| -
|
| RUNTIME_FUNCTION(Runtime_GeneratorClose) {
|
| HandleScope scope(isolate);
|
| DCHECK(args.length() == 1);
|
| @@ -118,7 +117,6 @@ RUNTIME_FUNCTION(Runtime_GeneratorGetInput) {
|
| return generator->input();
|
| }
|
|
|
| -
|
| // Returns resume mode of generator activation.
|
| RUNTIME_FUNCTION(Runtime_GeneratorGetResumeMode) {
|
| HandleScope scope(isolate);
|
|
|