| Index: runtime/vm/precompiler.h
|
| diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
|
| index ec9e9d0f191cccc3af852e4ee4917b94e8365ef9..3106984a178f95d30e37ea31d9c4b0a78deaf43b 100644
|
| --- a/runtime/vm/precompiler.h
|
| +++ b/runtime/vm/precompiler.h
|
| @@ -104,6 +104,8 @@ class Precompiler : public ValueObject {
|
| void CheckForNewDynamicFunctions();
|
|
|
| void DropUncompiledFunctions();
|
| + void BindStaticCalls();
|
| + void BindStaticCalls(const Function& function);
|
|
|
| Thread* thread() const { return thread_; }
|
| Zone* zone() const { return zone_; }
|
|
|