Commit 95e096f7 authored by Andrey Logvin's avatar Andrey Logvin Committed by Chromium LUCI CQ

Add missing semicolon

It was missed at https://crrev.com/c/2584603

Bug: 1155269
Change-Id: I7e0ac2e75210d909cba3905b2fae1aa39dbeeb4c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592997
Auto-Submit: Andrey Logvin <landrey@google.com>
Reviewed-by: default avatarMirko Bonadei <mbonadei@chromium.org>
Reviewed-by: default avatarEtienne Pierre-Doray <etiennep@chromium.org>
Reviewed-by: default avatarMike Wittman <wittman@chromium.org>
Commit-Queue: Mike Wittman <wittman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837139}
parent fcb8624b
......@@ -240,7 +240,7 @@ bool StackCopierSignal::CopyStack(StackBuffer* stack_buffer,
*timestamp = maybe_timestamp.value();
else {
TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("cpu_profiler.debug"),
"Fallback on TimeTicks::Now()")
"Fallback on TimeTicks::Now()");
*timestamp = TimeTicks::Now();
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment