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

Unified Diff: runtime/lib/isolate.cc

Issue 11028145: Changed StackZone and ApiZone to be containers for Zone. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added assertion for ApiZone linking. 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 | « no previous file | runtime/lib/regexp_jsc.cc » ('j') | runtime/vm/code_descriptors_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/isolate.cc
diff --git a/runtime/lib/isolate.cc b/runtime/lib/isolate.cc
index 921368ae1c6ce21ed9868321089e48c4a32d6483..d1bd4dfaa278615f2bdecc9c33a3e7a787b52057 100644
--- a/runtime/lib/isolate.cc
+++ b/runtime/lib/isolate.cc
@@ -168,7 +168,7 @@ static bool CanonicalizeUri(Isolate* isolate,
const String& uri,
char** canonical_uri,
char** error) {
- StackZone* zone = isolate->current_zone();
+ Zone* zone = isolate->current_zone();
Dart_LibraryTagHandler handler = isolate->library_tag_handler();
if (handler == NULL) {
*error = zone->PrintToString(
« no previous file with comments | « no previous file | runtime/lib/regexp_jsc.cc » ('j') | runtime/vm/code_descriptors_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698