Chromium Code Reviews| Index: runtime/vm/megamorphic_cache_table.cc |
| =================================================================== |
| --- runtime/vm/megamorphic_cache_table.cc (revision 34642) |
| +++ runtime/vm/megamorphic_cache_table.cc (working copy) |
| @@ -69,7 +69,7 @@ |
| 0)); // No token position. |
| miss_handler_code_ = code.raw(); |
| miss_handler_function_ = function.raw(); |
| - function.SetCode(code); |
| + function.AttachCode(code); |
| } |