Index: src/globals.h |
diff --git a/src/globals.h b/src/globals.h |
index 7a8612373c99ed320082ee3ce08856cd8fd725d7..cf6154394f50fcfc831da387e0ce91423b4856a1 100644 |
--- a/src/globals.h |
+++ b/src/globals.h |
@@ -551,7 +551,7 @@ enum InlineCacheState { |
// Has been executed and only one receiver type has been seen. |
MONOMORPHIC, |
// Check failed due to prototype (or map deprecation). |
- PROTOTYPE_FAILURE, |
+ RECOMPUTE_HANDLER, |
// Multiple receiver types have been seen. |
POLYMORPHIC, |
// Many receiver types have been seen. |
@@ -562,7 +562,6 @@ enum InlineCacheState { |
DEBUG_STUB |
}; |
- |
enum CacheHolderFlag { |
kCacheOnPrototype, |
kCacheOnPrototypeReceiverIsDictionary, |