From 8aee73537ed4459c311a25344b1e3116428c3835 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Fri, 2 Apr 2021 21:44:35 +0000 Subject: [PATCH] [gardening] Another comment update to trigger g3 bot TEST=ci Change-Id: Iaf89c917341fdf96f344818d22f44f8d430537c3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193894 Reviewed-by: Alexander Aprelev Commit-Queue: Alexander Aprelev --- runtime/vm/debugger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h index 85b12e4fe25..bad3a2b43ee 100644 --- a/runtime/vm/debugger.h +++ b/runtime/vm/debugger.h @@ -214,7 +214,7 @@ class BreakpointLocation { // The CodeBreakpoint is enabled if it has any such BreakpointLocations // associated with it. // The class is not thread-safe - users of this class need to ensure the access -// is synchronized, guarded by mutexes. +// is synchronized, guarded by mutexes or run inside of a safepoint scope. class CodeBreakpoint { public: // Unless CodeBreakpoint is unlinked and is no longer used there should be at