Chromium Code Reviews| Index: runtime/vm/snapshot.h |
| diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h |
| index 487aaa990b28cedbbcb01af2367b8c80873be4a3..ab120bbbed49ad078cff1eba55b67d2baf365964 100644 |
| --- a/runtime/vm/snapshot.h |
| +++ b/runtime/vm/snapshot.h |
| @@ -189,6 +189,7 @@ class Snapshot { |
| static bool IncludesCode(Kind kind) { |
| return (kind == kAppJIT) || (kind == kAppAOT); |
| } |
| + static const char* FeaturesString(Kind kind); |
| const uint8_t* Addr() const { return reinterpret_cast<const uint8_t*>(this); } |