Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| =================================================================== |
| --- runtime/vm/compiler.cc (revision 16810) |
| +++ runtime/vm/compiler.cc (working copy) |
| @@ -499,9 +499,7 @@ |
| per_compile_timer.TotalElapsedTime()); |
| } |
| - if (Isolate::Current()->debugger()->IsActive()) { |
| - Isolate::Current()->debugger()->NotifyCompilation(function); |
| - } |
| + isolate->debugger()->NotifyCompilation(function); |
| if (FLAG_disassemble) { |
| DisassembleCode(function, optimized); |