Index: runtime/vm/thread_interrupter.cc |
diff --git a/runtime/vm/thread_interrupter.cc b/runtime/vm/thread_interrupter.cc |
index 58c94bec797cc04dadc697d31c33db8dd7d31f8e..0b0471b39e58918878b1ed977d5721224e94ed1b 100644 |
--- a/runtime/vm/thread_interrupter.cc |
+++ b/runtime/vm/thread_interrupter.cc |
@@ -112,6 +112,7 @@ void ThreadInterrupter::Shutdown() { |
} |
} |
+ |
// Delay between interrupts. |
void ThreadInterrupter::SetInterruptPeriod(intptr_t period) { |
if (shutdown_) { |