| Index: runtime/vm/precompiler.h
|
| diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
|
| index 5051ead9f0376eb5ad443efbfcaf06457c08cb73..32dff56c016e0e9eb2f5ca03e6e503985e773a78 100644
|
| --- a/runtime/vm/precompiler.h
|
| +++ b/runtime/vm/precompiler.h
|
| @@ -104,6 +104,8 @@ class Precompiler : public ValueObject {
|
|
|
| void VisitFunctions(FunctionVisitor* visitor);
|
|
|
| + void FinalizeAllClasses();
|
| +
|
| Thread* thread() const { return thread_; }
|
| Zone* zone() const { return zone_; }
|
| Isolate* isolate() const { return isolate_; }
|
|
|