Chromium Code Reviews| Index: runtime/vm/code_generator_ia32.cc |
| =================================================================== |
| --- runtime/vm/code_generator_ia32.cc (revision 4300) |
| +++ runtime/vm/code_generator_ia32.cc (working copy) |
| @@ -703,7 +703,7 @@ |
| if (FLAG_trace_functions) { |
| __ pushl(EAX); // Preserve result. |
| - __ PushObject(function); |
| + __ PushObject(Function::ZoneHandle(function.raw())); |
| GenerateCallRuntime(AstNode::kNoId, |
| 0, |
| kTraceFunctionExitRuntimeEntry); |