Chromium Code Reviews| Index: runtime/vm/debugger.cc |
| =================================================================== |
| --- runtime/vm/debugger.cc (revision 33688) |
| +++ runtime/vm/debugger.cc (working copy) |
| @@ -1474,7 +1474,6 @@ |
| (kind == RawFunction::kMethodExtractor) || |
| (kind == RawFunction::kNoSuchMethodDispatcher) || |
| (kind == RawFunction::kInvokeFieldDispatcher) || |
| - (kind == RawFunction::kInvokeClosureDispatcher) || |
| func.IsImplicitConstructor()) { |
| return false; |
| } |