Chromium Code Reviews| Index: runtime/vm/snapshot.h |
| diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h |
| index 924f61cd396b7d48ad77ea3597058be44c661896..956d599339f04db8fd81f0b322e0f959a502b732 100644 |
| --- a/runtime/vm/snapshot.h |
| +++ b/runtime/vm/snapshot.h |
| @@ -164,6 +164,7 @@ class Snapshot { |
| kNone, // dart_bootstrap/gen_snapshot |
| kInvalid |
| }; |
| + static const char* KindToCString(Kind kind); |
| static const int kHeaderSize = 2 * sizeof(int64_t); |
| static const int kLengthIndex = 0; |