Index: runtime/vm/debugger_api_impl.cc |
=================================================================== |
--- runtime/vm/debugger_api_impl.cc (revision 32801) |
+++ runtime/vm/debugger_api_impl.cc (working copy) |
@@ -112,6 +112,7 @@ |
static void DebuggerEventHandler(Debugger::DebuggerEvent* event) { |
Isolate* isolate = Isolate::Current(); |
ASSERT(isolate != NULL); |
+ VmToNativeTimerScope timer(isolate); |
ASSERT(isolate->debugger() != NULL); |
Dart_EnterScope(); |
Dart_IsolateId isolate_id = isolate->debugger()->GetIsolateId(); |