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