| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index a23c441996e7b22607c342294641ceb3a6b2f5ef..368a168ebdabbea7dd8e3a1a9d3ee98506194385 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2395,6 +2395,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_; }
|
|
|