Chromium Code Reviews| Index: runtime/vm/megamorphic_cache_table.cc |
| =================================================================== |
| --- runtime/vm/megamorphic_cache_table.cc (revision 42569) |
| +++ runtime/vm/megamorphic_cache_table.cc (working copy) |
| @@ -67,6 +67,7 @@ |
| false, // Not native. |
| cls, |
| 0)); // No token position. |
| + function.set_is_debuggable(false); |
| miss_handler_code_ = code.raw(); |
| miss_handler_function_ = function.raw(); |
| function.AttachCode(code); |