| Index: runtime/vm/precompiler.h
|
| diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
|
| index ad7f0cacaff27212e99bf8c5efbc05e775c7ce01..38e16fefd32dd9988c35a995b53b59abe1bb3b32 100644
|
| --- a/runtime/vm/precompiler.h
|
| +++ b/runtime/vm/precompiler.h
|
| @@ -335,6 +335,8 @@ class Precompiler : public ValueObject {
|
| void VisitClasses(ClassVisitor* visitor);
|
|
|
| void FinalizeAllClasses();
|
| + void SortClasses();
|
| + void RemapClassIds(intptr_t* old_to_new_cid);
|
|
|
| Thread* thread() const { return thread_; }
|
| Zone* zone() const { return zone_; }
|
|
|