Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 7af4322b08a7ded0a760bbb3aeb2ab96420a5231..df27f71d194b90bd5fe878e996c0157734cb7fa6 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -2634,6 +2634,7 @@ class V8_EXPORT Promise : public Object { |
*/ |
Local<Promise> Chain(Handle<Function> handler); |
Local<Promise> Catch(Handle<Function> handler); |
+ Local<Promise> Then(Handle<Function> handler); |
V8_INLINE static Promise* Cast(Value* obj); |