| Index: runtime/vm/megamorphic_cache_table.cc
|
| diff --git a/runtime/vm/megamorphic_cache_table.cc b/runtime/vm/megamorphic_cache_table.cc
|
| index 565d8b70e541c9de6746f2365a16b2335280dc79..3291b0ffca9150c6a35102170e12f5235eb10dd2 100644
|
| --- a/runtime/vm/megamorphic_cache_table.cc
|
| +++ b/runtime/vm/megamorphic_cache_table.cc
|
| @@ -68,6 +68,7 @@ void MegamorphicCacheTable::InitMissHandler() {
|
| cls,
|
| 0)); // No token position.
|
| function.set_is_debuggable(false);
|
| + function.set_is_visible(false);
|
| miss_handler_code_ = code.raw();
|
| miss_handler_function_ = function.raw();
|
| function.AttachCode(code);
|
|
|