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

Unified Diff: runtime/vm/snapshot.h

Issue 10827288: - Support for patching of class methods and fields. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 10615)
+++ runtime/vm/snapshot.h (working copy)
@@ -44,6 +44,7 @@
class RawMint;
class RawObject;
class RawOneByteString;
+class RawPatchClass;
class RawScript;
class RawSmi;
class RawTokenStream;
@@ -223,6 +224,7 @@
RawUnresolvedClass* NewUnresolvedClass();
RawType* NewType();
RawTypeParameter* NewTypeParameter();
+ RawPatchClass* NewPatchClass();
RawFunction* NewFunction();
RawField* NewField();
RawLibrary* NewLibrary();
@@ -294,6 +296,7 @@
friend class Library;
friend class LibraryPrefix;
friend class LiteralToken;
+ friend class PatchClass;
friend class Script;
friend class TokenStream;
friend class Type;

Powered by Google App Engine
This is Rietveld 408576698