| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index 49700ee57f9550dba0ac85600ed9da470696b301..7b64f2f198a6a29bbacc66546dc636ca55ffbefb 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -2518,7 +2518,7 @@ MaybeHandle<Object> Debug::PromiseHasUserDefinedRejectHandler(
|
| Handle<JSFunction> fun = Handle<JSFunction>::cast(
|
| JSObject::GetDataProperty(isolate_->js_builtins_object(),
|
| isolate_->factory()->NewStringFromStaticChars(
|
| - "PromiseHasUserDefinedRejectHandler")));
|
| + "$promiseHasUserDefinedRejectHandler")));
|
| return Execution::Call(isolate_, fun, promise, 0, NULL);
|
| }
|
|
|
|
|