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

Unified Diff: runtime/vm/dart_api_state.h

Issue 11040062: Renamed Zone->StackZone, BaseZone->Zone, in preparation for changing isolate->get_zone() to return … (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review changes Created 8 years, 2 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/dart_api_impl.h ('k') | runtime/vm/growable_array.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart_api_state.h
diff --git a/runtime/vm/dart_api_state.h b/runtime/vm/dart_api_state.h
index fb87b7edf2b457d92fa626c2cd606dd6bc2bf06b..c851b3142194696734f22d4829f846db7a180c1d 100644
--- a/runtime/vm/dart_api_state.h
+++ b/runtime/vm/dart_api_state.h
@@ -62,9 +62,9 @@ class ApiZone {
intptr_t SizeInBytes() const { return zone_.SizeInBytes(); }
private:
- BaseZone* GetBaseZone() { return &zone_; }
+ Zone* GetBaseZone() { return &zone_; }
- BaseZone zone_;
+ Zone zone_;
template<typename T> friend class ApiGrowableArray;
DISALLOW_COPY_AND_ASSIGN(ApiZone);
« no previous file with comments | « runtime/vm/dart_api_impl.h ('k') | runtime/vm/growable_array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698