Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index a44b094f4ee06accc4004634277df9622eda2e63..ca6be7f85fe99f4571d52b24bbd034a035050ac2 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5063,7 +5063,7 @@ class V8_EXPORT Isolate { |
}; |
/** |
- * Features reported via the SetUseCounterCallback callback. Do not chang |
+ * Features reported via the SetUseCounterCallback callback. Do not change |
* assigned numbers of existing items; add new features to the end of this |
* list. |
*/ |
@@ -5071,6 +5071,9 @@ class V8_EXPORT Isolate { |
kUseAsm = 0, |
kBreakIterator = 1, |
kLegacyConst = 2, |
+ kMarkStackOverflow = 3, |
Hannes Payer (out of office)
2015/03/24 15:26:06
Can we call it MarkingDequeOverflow to be in sync
Erik Corry Chromium.org
2015/03/24 15:36:17
Done.
|
+ kStoreBufferOverflow = 4, |
+ kSlotsBufferOverflow = 5, |
kUseCounterFeatureCount // This enum value must be last. |
}; |