Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 51bf38f20316e7ed5590d8c55155f6c166641780..a44b094f4ee06accc4004634277df9622eda2e63 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5063,7 +5063,7 @@ |
}; |
/** |
- * Features reported via the SetUseCounterCallback callback. Do not change |
+ * Features reported via the SetUseCounterCallback callback. Do not chang |
* assigned numbers of existing items; add new features to the end of this |
* list. |
*/ |
@@ -5071,9 +5071,6 @@ |
kUseAsm = 0, |
kBreakIterator = 1, |
kLegacyConst = 2, |
- kMarkDequeOverflow = 3, |
- kStoreBufferOverflow = 4, |
- kSlotsBufferOverflow = 5, |
kUseCounterFeatureCount // This enum value must be last. |
}; |