| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index 3987d9d3b1d4f230e64ebb111c212a07d511a72d..d966b6e7391c059b6e03cbb870e41813cb2d3895 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -2081,7 +2081,7 @@
|
| // If the candidate is not compiled, compile it to reveal any inner
|
| // functions which might contain the requested source position. This
|
| // will compile all inner functions that cannot be compiled without a
|
| - // context, because Compiler::GetSharedFunctionInfo checks whether the
|
| + // context, because Compiler::BuildFunctionInfo checks whether the
|
| // debugger is active.
|
| MaybeHandle<Code> maybe_result = target_function.is_null()
|
| ? Compiler::GetUnoptimizedCode(target)
|
|
|