Index: runtime/vm/simulator_dbc.cc |
diff --git a/runtime/vm/simulator_dbc.cc b/runtime/vm/simulator_dbc.cc |
index 1010d1a59fa4934b1c524fe86ee3a5eafde09a84..e40ae73b4c8bc5f85f5143f15f2534cc277077b7 100644 |
--- a/runtime/vm/simulator_dbc.cc |
+++ b/runtime/vm/simulator_dbc.cc |
@@ -3733,7 +3733,7 @@ void Simulator::JumpToFrame(uword pc, uword sp, uword fp, Thread* thread) { |
RawObject* raw_stacktrace = thread->active_stacktrace(); |
ASSERT(raw_exception != Object::null()); |
special_[kExceptionSpecialIndex] = raw_exception; |
- special_[kStacktraceSpecialIndex] = raw_stacktrace; |
+ special_[kStackTraceSpecialIndex] = raw_stacktrace; |
pc_ = thread->resume_pc(); |
} else if (pc == StubCode::DeoptForRewind_entry()->EntryPoint()) { |
// The DeoptForRewind stub is a placeholder. We will eventually |