| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 3e1083a052844c4b8da2f8dd2e5e1d5e35cf4ce0..8e4b24ed2981d54857c2e6d980d15e6774244fb5 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3795,7 +3795,7 @@ class LocalVarDescriptors : public Object {
|
|
|
| static RawLocalVarDescriptors* New(intptr_t num_variables);
|
|
|
| - static const char* KindToStr(intptr_t kind);
|
| + static const char* KindToCString(RawLocalVarDescriptors::VarInfoKind kind);
|
|
|
| private:
|
| FINAL_HEAP_OBJECT_IMPLEMENTATION(LocalVarDescriptors, Object);
|
|
|