Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 795b429a924628626d87d34d973b20126a18447e..474a51fc2b6e234219143f1da097abe16e17d901 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -7241,7 +7241,7 @@ class JSGeneratorObject: public JSObject { |
static const int kSize = kOperandStackOffset + kPointerSize; |
// Resume mode, for use by runtime functions. |
- enum ResumeMode { NEXT, THROW }; |
+ enum ResumeMode { NEXT, RETURN, THROW }; |
private: |
DISALLOW_IMPLICIT_CONSTRUCTORS(JSGeneratorObject); |