Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index 6153f3a44abc9b68b4d04b623b98789c0d79071c..e4a30dbbcedf92b5134755fd3dec41f100f49406 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -936,7 +936,7 @@ Handle<SharedFunctionInfo> Compiler::BuildFunctionInfo(FunctionLiteral* literal, |
// If the debugger requests compilation for break points, we cannot be |
// aggressive about lazy compilation, because it might trigger compilation |
// of functions without an outer context when setting a breakpoint through |
- // Runtime::FindSharedFunctionInfoInScript. |
+ // Debug::FindSharedFunctionInfoInScript. |
bool allow_lazy_without_ctx = literal->AllowsLazyCompilationWithoutContext(); |
bool allow_lazy = literal->AllowsLazyCompilation() && |
!LiveEditFunctionTracker::IsActive(info.isolate()) && |