Index: runtime/lib/isolate.cc |
diff --git a/runtime/lib/isolate.cc b/runtime/lib/isolate.cc |
index 3c59c5c40422d1a1c4bc1d1931ee9c2f0c9d1caf..d2fec8b67d7adb0d6f54c74ff0b5d5ba317ec178 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( |