Index: runtime/vm/compiler.h |
diff --git a/runtime/vm/compiler.h b/runtime/vm/compiler.h |
index 5bbc5554019732a578c99280f284ffa6d1fa2a83..ce7fdb8ac3223e87a15bc948ab73c4fb8c3de976 100644 |
--- a/runtime/vm/compiler.h |
+++ b/runtime/vm/compiler.h |
@@ -169,6 +169,7 @@ class BackgroundCompiler : public ThreadPool::Task { |
void VisitPointers(ObjectPointerVisitor* visitor); |
BackgroundCompilationQueue* function_queue() const { return function_queue_; } |
+ bool is_running() const { return running_; } |
private: |
explicit BackgroundCompiler(Isolate* isolate); |