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

Unified Diff: runtime/vm/isolate.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: 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
Index: runtime/vm/isolate.h
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
index df446fe5e59a32cef722150b78e45ef61cce6a75..76afa3e05250d5ad7baf66b4daaf67f397892ef8 100644
--- a/runtime/vm/isolate.h
+++ b/runtime/vm/isolate.h
@@ -36,8 +36,8 @@ class RawMint;
class RawInteger;
class RawError;
class StackResource;
+class StackZone;
class StubCode;
-class Zone;
// Used by the deoptimization infrastructure to defer allocation of Double

Powered by Google App Engine
This is Rietveld 408576698