Chromium Code Reviews| Index: runtime/vm/debugger.cc |
| =================================================================== |
| --- runtime/vm/debugger.cc (revision 37537) |
| +++ runtime/vm/debugger.cc (working copy) |
| @@ -914,7 +914,6 @@ |
| (kind == PcDescriptors::kOptStaticCall) || |
| (kind == PcDescriptors::kUnoptStaticCall) || |
| (kind == PcDescriptors::kClosureCall) || |
| - (kind == PcDescriptors::kReturn) || |
| (kind == PcDescriptors::kRuntimeCall)); |
| } |