Chromium Code Reviews| Index: runtime/lib/bool.cc |
| =================================================================== |
| --- runtime/lib/bool.cc (revision 32801) |
| +++ runtime/lib/bool.cc (working copy) |
| @@ -23,6 +23,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 char *chars; |