Index: src/liveedit-debugger.js |
diff --git a/src/liveedit-debugger.js b/src/liveedit-debugger.js |
index 07214f9657c0b3a99fa7809c41c28fe96234554b..021a4f052a746993a4e7007b2a8a190970700912 100644 |
--- a/src/liveedit-debugger.js |
+++ b/src/liveedit-debugger.js |
@@ -946,9 +946,7 @@ Debug.LiveEdit = new function() { |
BLOCKED_ON_ACTIVE_STACK: 2, |
BLOCKED_ON_OTHER_STACK: 3, |
BLOCKED_UNDER_NATIVE_CODE: 4, |
- REPLACED_ON_ACTIVE_STACK: 5, |
- BLOCKED_UNDER_GENERATOR: 6, |
- BLOCKED_ACTIVE_GENERATOR: 7 |
+ REPLACED_ON_ACTIVE_STACK: 5 |
}; |
FunctionPatchabilityStatus.SymbolName = function(code) { |