| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 1b1ab19c74d203e45474f0eb3a37242246722994..6b28e05d2021df3072d680b34af57e7ef87f9e0e 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -5073,7 +5073,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.
|
| */
|
| @@ -5081,6 +5081,9 @@ class V8_EXPORT Isolate {
|
| kUseAsm = 0,
|
| kBreakIterator = 1,
|
| kLegacyConst = 2,
|
| + kMarkDequeOverflow = 3,
|
| + kStoreBufferOverflow = 4,
|
| + kSlotsBufferOverflow = 5,
|
| kUseCounterFeatureCount // This enum value must be last.
|
| };
|
|
|
|
|