| Index: Source/bindings/v8/custom/V8PromiseCustom.h
|
| diff --git a/Source/bindings/v8/custom/V8PromiseCustom.h b/Source/bindings/v8/custom/V8PromiseCustom.h
|
| index bc8e6dfbb6b26132330428d5d6cfea923ff12ebf..930f3f60fe2798e51e1f5d4b67de0bbac9e70ce2 100644
|
| --- a/Source/bindings/v8/custom/V8PromiseCustom.h
|
| +++ b/Source/bindings/v8/custom/V8PromiseCustom.h
|
| @@ -59,12 +59,6 @@ public:
|
| PrimitiveWrapperFieldCount, // This entry must always be at the bottom.
|
| };
|
|
|
| - enum PromiseAlgorithm {
|
| - FulfillAlgorithm,
|
| - ResolveAlgorithm,
|
| - RejectAlgorithm,
|
| - };
|
| -
|
| enum PromiseState {
|
| Pending,
|
| Fulfilled,
|
|
|