Index: src/d8.cc |
diff --git a/src/d8.cc b/src/d8.cc |
index e18f2da91d1a03ccdba7e5de40a00c3d86127f71..0541d25972bd4288ba48528d271813424adbd025 100644 |
--- a/src/d8.cc |
+++ b/src/d8.cc |
@@ -851,7 +851,7 @@ void Shell::InstallUtilityScript(Isolate* isolate) { |
// Run the d8 shell utility script in the utility context |
int source_index = i::NativesCollection<i::D8>::GetIndex("d8"); |
i::Vector<const char> shell_source = |
- i::NativesCollection<i::D8>::GetRawScriptSource(source_index); |
+ i::NativesCollection<i::D8>::GetScriptSource(source_index); |
i::Vector<const char> shell_source_name = |
i::NativesCollection<i::D8>::GetScriptName(source_index); |
Handle<String> source = |