| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index 1adcd110bd0ac5b1202e7553c37bc2e59ea8acd6..bb3ac8b327a96e11c94f8408bf02dec83e418195 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -1547,7 +1547,7 @@ void Debug::PrepareStep(StepAction step_action,
|
| if (is_load_or_store) {
|
| // Remember source position and frame to handle step in getter/setter. If
|
| // there is a custom getter/setter it will be handled in
|
| - // Object::Get/SetPropertyWithCallback, otherwise the step action will be
|
| + // Object::Get/SetPropertyWithAccessor, otherwise the step action will be
|
| // propagated on the next Debug::Break.
|
| thread_local_.last_statement_position_ =
|
| debug_info->code()->SourceStatementPosition(frame->pc());
|
|
|