Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index d20eba58fc91117e4bac2bd39898905b1c25cd3c..003187095a54cf67f05443f1c92ee8b827500f2f 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6264,8 +6264,8 @@ class JSGeneratorObject: public JSObject { |
// [function]: The function corresponding to this generator object. |
DECL_ACCESSORS(function, JSFunction) |
- // [context]: The context of the suspended computation, or undefined. |
- DECL_ACCESSORS(context, Object) |
+ // [context]: The context of the suspended computation. |
+ DECL_ACCESSORS(context, Context) |
// [continuation]: Offset into code of continuation. |
inline int continuation(); |