Chromium Code Reviews| Index: runtime/vm/snapshot.h |
| =================================================================== |
| --- runtime/vm/snapshot.h (revision 35191) |
| +++ runtime/vm/snapshot.h (working copy) |
| @@ -57,6 +57,9 @@ |
| class RawPatchClass; |
| class RawScript; |
| class RawSmi; |
| +class RawCapability; |
| +class RawReceivePort; |
| +class RawSendPort; |
|
siva
2014/04/23 00:20:31
Why are these forward declarations needed here?
|
| class RawStacktrace; |
| class RawTokenStream; |
| class RawType; |