Chromium Code Reviews| Index: runtime/vm/precompiler.h |
| diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h |
| index f959abff5625fd78e0776cd8514932011b167089..3710edf6ec3dd4164b4b358bd0524d38ba74ce6a 100644 |
| --- a/runtime/vm/precompiler.h |
| +++ b/runtime/vm/precompiler.h |
| @@ -117,6 +117,7 @@ class Precompiler : public ValueObject { |
| void DropUncompiledFunctions(); |
| void BindStaticCalls(); |
| void DedupStackmaps(); |
| + void ResetPrecompilerState(); |
| class FunctionVisitor : public ValueObject { |
| public: |