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

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
« no previous file with comments | « runtime/vm/service_test.cc ('k') | runtime/vm/snapshot.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/snapshot.h
===================================================================
--- runtime/vm/snapshot.h (revision 35287)
+++ runtime/vm/snapshot.h (working copy)
@@ -57,6 +57,9 @@
class RawPatchClass;
class RawScript;
class RawSmi;
+class RawCapability;
+class RawReceivePort;
+class RawSendPort;
class RawStacktrace;
class RawTokenStream;
class RawType;
@@ -548,6 +551,7 @@
friend class RawJSRegExp;
friend class RawLibrary;
friend class RawLiteralToken;
+ friend class RawReceivePort;
friend class RawScript;
friend class RawStacktrace;
friend class RawTokenStream;
« no previous file with comments | « 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