Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(830)

Unified Diff: runtime/vm/snapshot.h

Issue 243973002: - Add a minimal implementation of Capability. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« runtime/vm/service.cc ('K') | « runtime/vm/service_test.cc ('k') | runtime/vm/snapshot.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698