| Index: runtime/vm/object_service.cc
|
| diff --git a/runtime/vm/object_service.cc b/runtime/vm/object_service.cc
|
| index a952ded0ef78b90a2eb019f57985b9172d9ef0ab..baace752527f97a1292392981e207ac6dc7f0618 100644
|
| --- a/runtime/vm/object_service.cc
|
| +++ b/runtime/vm/object_service.cc
|
| @@ -883,7 +883,7 @@ void Code::PrintJSONImpl(JSONStream* stream, bool ref) const {
|
| }
|
|
|
|
|
| -void Code::SetAwaitTokenPositions(const Array& await_token_positions) const {
|
| +void Code::set_await_token_positions(const Array& await_token_positions) const {
|
| #if !defined(DART_PRECOMPILED_RUNTIME)
|
| StorePointer(&raw_ptr()->await_token_positions_, await_token_positions.raw());
|
| #endif
|
|
|