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

Unified Diff: runtime/vm/raw_object.h

Issue 13093012: More cleanup in preparation for removing support for dart:scalarlist in the VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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/object.cc ('k') | runtime/vm/raw_object_snapshot.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/raw_object.h
===================================================================
--- runtime/vm/raw_object.h (revision 20532)
+++ runtime/vm/raw_object.h (working copy)
@@ -714,7 +714,7 @@
}
RawString* private_key_; // Key used for private identifiers.
RawArray* token_objects_;
- RawExternalUint8Array* stream_;
+ RawExternalTypedData* stream_;
RawObject** to() {
return reinterpret_cast<RawObject**>(&ptr()->stream_);
}
@@ -1455,6 +1455,9 @@
uint8_t* data_;
void* peer_;
+
+ friend class TokenStream;
+ friend class RawTokenStream;
};
@@ -1581,8 +1584,6 @@
uint8_t* data_;
void* peer_;
- friend class TokenStream;
- friend class RawTokenStream;
friend class RawExternalUint8ClampedArray;
};
« no previous file with comments | « runtime/vm/object.cc ('k') | runtime/vm/raw_object_snapshot.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698