| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 2c302960bbf2948c949f955b03dc5dbf46e1d4c8..4064e941d5873e43cc5e58b30f9e3b3bb9472e7a 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2575,7 +2575,9 @@ class Library : public Object {
|
|
|
| void AddExport(const Namespace& ns) const;
|
|
|
| - void AddClassMetadata(const Class& cls, intptr_t token_pos) const;
|
| + void AddClassMetadata(const Class& cls,
|
| + const Class& toplevel_class,
|
| + intptr_t token_pos) const;
|
| 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;
|
|
|