Index: runtime/vm/dart.h |
diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h |
index b4376dda7b71891a587fa1dd7bc5f1069ae4dbfb..ef871e1d1834ba051fe7a3b16e6dd67a3d55210b 100644 |
--- a/runtime/vm/dart.h |
+++ b/runtime/vm/dart.h |
@@ -72,7 +72,7 @@ class Dart : public AllStatic { |
static uword AllocateReadOnlyHandle(); |
static bool IsReadOnlyHandle(uword address); |
- static const char* FeaturesString(Snapshot::Kind kind); |
+ static const char* FeaturesString(Isolate* isolate, Snapshot::Kind kind); |
static Snapshot::Kind vm_snapshot_kind() { return vm_snapshot_kind_; } |
static Dart_ThreadExitCallback thread_exit_callback() { |