| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 5b8ff17d85efff556e1d86347097ab85c96a1c28..56ce80753c1cc42c569ded00cc03d7d954f6945e 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2397,6 +2397,8 @@ class Library : public Object {
|
| void AddFieldMetadata(const Field& field, intptr_t token_pos) const;
|
| void AddFunctionMetadata(const Function& func, intptr_t token_pos) const;
|
| void AddLibraryMetadata(const Class& cls, intptr_t token_pos) const;
|
| + void AddTypeParameterMetadata(const TypeParameter& param,
|
| + intptr_t token_pos) const;
|
| RawObject* GetMetadata(const Object& obj) const;
|
|
|
| intptr_t num_anonymous_classes() const { return raw_ptr()->num_anonymous_; }
|
|
|