| Index: runtime/vm/megamorphic_cache_table.cc
|
| diff --git a/runtime/vm/megamorphic_cache_table.cc b/runtime/vm/megamorphic_cache_table.cc
|
| index c6edb75172c334d445b71e5fbb60c807f1857a34..77d32ae138683c2ec8e6b50314e87c3ce12ec5a4 100644
|
| --- a/runtime/vm/megamorphic_cache_table.cc
|
| +++ b/runtime/vm/megamorphic_cache_table.cc
|
| @@ -73,7 +73,7 @@ void MegamorphicCacheTable::InitMissHandler(Isolate* isolate) {
|
| function.set_is_debuggable(false);
|
| function.set_is_visible(false);
|
| function.AttachCode(code); // Has a single entry point, as a static function.
|
| - // For inclusion in Snapshot::kAppWithJIT.
|
| + // For inclusion in Snapshot::kAppJIT.
|
| function.set_unoptimized_code(code);
|
|
|
| isolate->object_store()->SetMegamorphicMissHandler(code, function);
|
|
|