| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index c87853d4120cf711d0329ccb0c7dc3c53fc71ea9..8e214c7beb5553cbbe82f13282948ce32a1efcd8 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -15516,8 +15516,7 @@ 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);
|
| + Profiler::DumpStackTrace(true); // Only native stack trace.
|
| if (Compiler::IsBackgroundCompilation()) {
|
| UNREACHABLE();
|
| }
|
|
|