| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index e0f6f1015ce54ea9a39c5d989c186a3e77c24639..54a2df28433777455c2c40dd1e4612b2a0171969 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -1152,7 +1152,7 @@ class RawCode : public RawObject {
|
| NOT_IN_PRECOMPILED(RawArray* comments_);
|
| RawObject** to() {
|
| #if defined(DART_PRECOMPILED_RUNTIME)
|
| - return reinterpret_cast<RawObject**>(&ptr()->stackmaps_);
|
| + return reinterpret_cast<RawObject**>(&ptr()->code_source_map_);
|
| #else
|
| return reinterpret_cast<RawObject**>(&ptr()->comments_);
|
| #endif
|
|
|