Index: runtime/vm/compiler.h |
diff --git a/runtime/vm/compiler.h b/runtime/vm/compiler.h |
index 01822ace3c3d98544a6ce52bf641e9d39c8741d3..5bbc5554019732a578c99280f284ffa6d1fa2a83 100644 |
--- a/runtime/vm/compiler.h |
+++ b/runtime/vm/compiler.h |
@@ -156,6 +156,8 @@ class Compiler : public AllStatic { |
// No OSR compilation in the background compiler. |
class BackgroundCompiler : public ThreadPool::Task { |
public: |
+ virtual ~BackgroundCompiler(); |
+ |
static void EnsureInit(Thread* thread); |
static void Stop(BackgroundCompiler* task); |