| Index: runtime/lib/string.cc
|
| ===================================================================
|
| --- runtime/lib/string.cc (revision 32801)
|
| +++ runtime/lib/string.cc (working copy)
|
| @@ -21,6 +21,7 @@
|
| // Call the embedder to supply us with the environment.
|
| Dart_EnvironmentCallback callback = isolate->environment_callback();
|
| if (callback != NULL) {
|
| + VmToNativeTimerScope timer(isolate);
|
| Dart_Handle result = callback(Api::NewHandle(isolate, name.raw()));
|
| if (Dart_IsString(result)) {
|
| const Object& value =
|
|
|