Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index c93ee238585f5a86527532eb6e927ac7906a9ccb..35822e53d8fec12ee4c0c0ec9fe5a00534e59666 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -3408,12 +3408,6 @@ class V8_EXPORT Promise : public Object { |
* an argument. If the promise is already resolved/rejected, the handler is |
* invoked at the end of turn. |
*/ |
- V8_DEPRECATED("Use maybe version of Then", |
- Local<Promise> Chain(Local<Function> handler)); |
- V8_DEPRECATED("Use Then", |
- V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Chain( |
- Local<Context> context, Local<Function> handler)); |
- |
V8_DEPRECATED("Use maybe version", |
Local<Promise> Catch(Local<Function> handler)); |
V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Catch(Local<Context> context, |