| 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(
|
|
|