| Index: runtime/vm/debugger.cc
|
| ===================================================================
|
| --- runtime/vm/debugger.cc (revision 29679)
|
| +++ runtime/vm/debugger.cc (working copy)
|
| @@ -1777,6 +1777,7 @@
|
| if ((fkind == RawFunction::kImplicitGetter) ||
|
| (fkind == RawFunction::kImplicitSetter) ||
|
| (fkind == RawFunction::kImplicitStaticFinalGetter) ||
|
| + (fkind == RawFunction::kStaticInitializer) ||
|
| (fkind == RawFunction::kMethodExtractor) ||
|
| (fkind == RawFunction::kNoSuchMethodDispatcher) ||
|
| (fkind == RawFunction::kInvokeFieldDispatcher)) {
|
|
|