Chromium Code Reviews| Index: runtime/vm/stub_code.h |
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h |
| index 3a5ffc18693b4c2f048ce1b693c9e16b72aea35b..f93555fe8ff924ea05cbb6e417d2b9b31cf2448b 100644 |
| --- a/runtime/vm/stub_code.h |
| +++ b/runtime/vm/stub_code.h |
| @@ -136,6 +136,7 @@ class StubCode : public AllStatic { |
| private: |
| friend class MegamorphicCacheTable; |
| + friend class VmIsolateSnapshotReader; |
| static const intptr_t kStubCodeSize = 4 * KB; |