| Index: runtime/lib/isolate.cc
|
| diff --git a/runtime/lib/isolate.cc b/runtime/lib/isolate.cc
|
| index 21f12749555ada0720d451844edd6683e9ea81b3..5b0610346c824af3e2670893f5d566e2640b6133 100644
|
| --- a/runtime/lib/isolate.cc
|
| +++ b/runtime/lib/isolate.cc
|
| @@ -276,6 +276,7 @@ static const char* CanonicalizeUri(Thread* thread,
|
| Isolate* isolate = thread->isolate();
|
| Dart_LibraryTagHandler handler = isolate->library_tag_handler();
|
| if (handler != NULL) {
|
| + TransitionVMToNative transition(thread);
|
| Dart_EnterScope();
|
| Dart_Handle handle = handler(Dart_kCanonicalizeUrl,
|
| Api::NewHandle(thread, library.raw()),
|
|
|