| Index: runtime/vm/precompiler.h
|
| diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
|
| index 5cae27e1cbce2b46063ef734284e8912f19da8ac..ad7f0cacaff27212e99bf8c5efbc05e775c7ce01 100644
|
| --- a/runtime/vm/precompiler.h
|
| +++ b/runtime/vm/precompiler.h
|
| @@ -299,6 +299,7 @@ class Precompiler : public ValueObject {
|
| void ProcessFunction(const Function& function);
|
| void CheckForNewDynamicFunctions();
|
| void TraceConstFunctions();
|
| + void CollectCallbackFields();
|
|
|
| void TraceForRetainedFunctions();
|
| void DropFunctions();
|
|
|