| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 274dedb6755acec5315e4b4a83c9537ed9e0f620..8ba3e7c444ac4b617265682fbdc07fa3e8366c5e 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -2852,12 +2852,6 @@ class V8_EXPORT Promise : public Object {
|
| Local<Promise> Catch(Handle<Function> handler);
|
| Local<Promise> Then(Handle<Function> handler);
|
|
|
| - /**
|
| - * Returns true if the promise has at least one derived promise, and
|
| - * therefore resolve/reject handlers (including default handler).
|
| - */
|
| - bool HasHandler();
|
| -
|
| V8_INLINE static Promise* Cast(Value* obj);
|
|
|
| private:
|
|
|