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