Index: runtime/vm/megamorphic_cache_table.cc |
diff --git a/runtime/vm/megamorphic_cache_table.cc b/runtime/vm/megamorphic_cache_table.cc |
index 33df09af56af61d5ac5874b9e8e62a0fe1d30a5a..3008fae113cd8f0d6d921b110e9bf8f8bb079043 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::kAppJIT. |
+ // For inclusion in Snapshot::kFullJIT. |
function.set_unoptimized_code(code); |
ASSERT(isolate->object_store()->megamorphic_miss_function() == |