| Index: Source/bindings/v8/custom/V8PromiseCustom.h
|
| diff --git a/Source/bindings/v8/custom/V8PromiseCustom.h b/Source/bindings/v8/custom/V8PromiseCustom.h
|
| index 066d1059c36a0a9cff896dcc038032a5e573049a..69f95a1283a080569871c96fad96c01e08ec2d34 100644
|
| --- a/Source/bindings/v8/custom/V8PromiseCustom.h
|
| +++ b/Source/bindings/v8/custom/V8PromiseCustom.h
|
| @@ -39,6 +39,13 @@ public:
|
| InternalFieldCount, // This entry must always be at the bottom.
|
| };
|
|
|
| + enum WrapperCallbackEnvironmentFieldIndex {
|
| + WrapperCallbackEnvironmentPromiseIndex,
|
| + WrapperCallbackEnvironmentPromiseResolverIndex,
|
| + WrapperCallbackEnvironmentCallbackIndex,
|
| + WrapperCallbackEnvironmentFieldCount, // This entry must always be at the bottom.
|
| + };
|
| +
|
| enum PromiseAlgorithm {
|
| FulfillAlgorithm,
|
| ResolveAlgorithm,
|
|
|