| Index: Source/bindings/v8/custom/V8PromiseCustom.h
|
| diff --git a/Source/bindings/v8/custom/V8PromiseCustom.h b/Source/bindings/v8/custom/V8PromiseCustom.h
|
| index e93036eea56c3bdc716ff1f7fed26c5d733e0cbd..a4b1334a507fb30c6c0e8f300a9a62e71f1ef7e0 100644
|
| --- a/Source/bindings/v8/custom/V8PromiseCustom.h
|
| +++ b/Source/bindings/v8/custom/V8PromiseCustom.h
|
| @@ -47,12 +47,12 @@ public:
|
| WrapperCallbackEnvironmentFieldCount, // This entry must always be at the bottom.
|
| };
|
|
|
| - enum PromiseEveryEnvironmentFieldIndex {
|
| - PromiseEveryEnvironmentPromiseIndex,
|
| - PromiseEveryEnvironmentCountdownIndex,
|
| - PromiseEveryEnvironmentIndexIndex,
|
| - PromiseEveryEnvironmentResultsIndex,
|
| - PromiseEveryEnvironmentFieldCount, // This entry must always be at the bottom.
|
| + enum PromiseAllEnvironmentFieldIndex {
|
| + PromiseAllEnvironmentPromiseIndex,
|
| + PromiseAllEnvironmentCountdownIndex,
|
| + PromiseAllEnvironmentIndexIndex,
|
| + PromiseAllEnvironmentResultsIndex,
|
| + PromiseAllEnvironmentFieldCount, // This entry must always be at the bottom.
|
| };
|
|
|
| enum PrimitiveWrapperFieldIndex {
|
|
|