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

Unified Diff: runtime/vm/snapshot.h

Issue 10967052: Support for show/hide combinators (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 12785)
+++ runtime/vm/snapshot.h (working copy)
@@ -44,6 +44,7 @@
class RawLanguageError;
class RawLibrary;
class RawLibraryPrefix;
+class RawNamespace;
class RawLiteralToken;
class RawMint;
class RawObject;
@@ -254,6 +255,7 @@
RawField* NewField();
RawLibrary* NewLibrary();
RawLibraryPrefix* NewLibraryPrefix();
+ RawNamespace* NewNamespace();
RawScript* NewScript();
RawLiteralToken* NewLiteralToken();
RawGrowableObjectArray* NewGrowableObjectArray();
@@ -327,6 +329,7 @@
friend class LanguageError;
friend class Library;
friend class LibraryPrefix;
+ friend class Namespace;
friend class LiteralToken;
friend class PatchClass;
friend class Script;

Powered by Google App Engine
This is Rietveld 408576698