Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index 3d192773252352576975c99b6a7d78de608b7301..89334fa70868382b482f8a1d0494f685916e2844 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -636,7 +636,7 @@ bool Debug::CompileDebuggerScript(Isolate* isolate, int index) { |
// Find source and name for the requested script. |
Handle<String> source_code = |
- isolate->bootstrapper()->NativesSourceLookup(index); |
+ isolate->bootstrapper()->SourceLookup<Natives>(index); |
Vector<const char> name = Natives::GetScriptName(index); |
Handle<String> script_name = |
factory->NewStringFromAscii(name).ToHandleChecked(); |