Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index a5119d0773946ef4c6302375ab51fba6675de510..f0754983b6585a61153f70536b719af7b50c095e 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -529,8 +529,8 @@ class Debug { |
// Mirror cache handling. |
void ClearMirrorCache(); |
- // Returns a promise if the pushed try-catch handler matches the current one. |
- bool PromiseHasRejectHandler(Handle<JSObject> promise); |
+ MaybeHandle<Object> PromiseHasUserDefinedRejectHandler( |
+ Handle<JSObject> promise); |
void CallEventCallback(v8::DebugEvent event, |
Handle<Object> exec_state, |