Chromium Code Reviews| Index: runtime/vm/compiler.h |
| diff --git a/runtime/vm/compiler.h b/runtime/vm/compiler.h |
| index 4ec478f19a8b2da515175af10cbdbe7cf8d447c6..4c059c9f5bc4054bef2d20c1f804fef03019d805 100644 |
| --- a/runtime/vm/compiler.h |
| +++ b/runtime/vm/compiler.h |
| @@ -27,6 +27,7 @@ class RawInstance; |
| class Script; |
| class SequenceNode; |
| +bool UseKernelFrontEndFor(ParsedFunction* parsed_function); |
| class CompilationPipeline : public ZoneAllocated { |
| public: |