Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 1a1f5fd26437ea9e2b3a51915102251ef4e2d3d9..70f8a440f79bce2a4aaacec34cbf5f6b55537eff 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -8051,8 +8051,7 @@ class JSGeneratorObject: public JSObject { |
// [input_or_debug_pos] |
// For executing generators: the most recent input value. |
- // For suspended new-style generators: debug information (bytecode offset). |
- // For suspended old-style generators: unused. |
+ // For suspended generators: debug information (bytecode offset). |
// There is currently no need to remember the most recent input value for a |
// suspended generator. |
DECL_ACCESSORS(input_or_debug_pos, Object) |