| Index: runtime/vm/debugger.cc
|
| ===================================================================
|
| --- runtime/vm/debugger.cc (revision 24274)
|
| +++ runtime/vm/debugger.cc (working copy)
|
| @@ -1495,8 +1495,7 @@
|
| if ((fkind == RawFunction::kImplicitGetter) ||
|
| (fkind == RawFunction::kImplicitSetter) ||
|
| (fkind == RawFunction::kConstImplicitGetter) ||
|
| - (fkind == RawFunction::kMethodExtractor) ||
|
| - (fkind == RawFunction::kNoSuchMethodDispatcher)) {
|
| + (fkind == RawFunction::kMethodExtractor)) {
|
| return false;
|
| }
|
| const Class& cls = Class::Handle(func.Owner());
|
|
|