Index: src/frames.h |
=================================================================== |
--- src/frames.h (revision 5352) |
+++ src/frames.h (working copy) |
@@ -280,7 +280,6 @@ |
// Exit frames are used to exit JavaScript execution and go to C. |
class ExitFrame: public StackFrame { |
public: |
- enum Mode { MODE_NORMAL, MODE_DEBUG }; |
virtual Type type() const { return EXIT; } |
virtual Code* unchecked_code() const; |