Index: runtime/vm/isolate.h |
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h |
index 9f4cec8f75c35791dba14c8781cffb6f1d3a39eb..e1564da5f24cd65f085c4b026b5cac48be02f523 100644 |
--- a/runtime/vm/isolate.h |
+++ b/runtime/vm/isolate.h |
@@ -575,6 +575,8 @@ class Isolate : public BaseIsolate { |
static void DisableIsolateCreation(); |
static void EnableIsolateCreation(); |
+ void StopBackgroundCompiler(); |
+ |
private: |
friend class Dart; // Init, InitOnce, Shutdown. |
friend class IsolateKillerVisitor; // Kill(). |