Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index bcaac77e40cad799b19bd9e82f88ac36c97c2a62..2631ec4ba77b6a3f8c6d7bd1192533205d10a055 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -7271,7 +7271,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); |