| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index a78cc8b9c48df2a1167305645c615b2bab048b0f..c87853d4120cf711d0329ccb0c7dc3c53fc71ea9 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -15516,6 +15516,8 @@ TokenPosition AbstractType::token_pos() const {
|
| bool AbstractType::IsInstantiated(TrailPtr trail) const {
|
| // AbstractType is an abstract class.
|
| // TODO(srdjan) : Remove temporary code.
|
| + Profiler::DumpStackTrace(false);
|
| + Profiler::DumpStackTrace(true);
|
| if (Compiler::IsBackgroundCompilation()) {
|
| UNREACHABLE();
|
| }
|
|
|