Commit 3c08741d authored by Ulan Degenbaev's avatar Ulan Degenbaev Committed by Chromium LUCI CQ

Use AtomicString for scope constants in measure_memory_controller

Bug: 1157095
Change-Id: I947cfdcd5796e4d19aaf0d3e03b6c9ca4aa7b759
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610782Reviewed-by: default avatarJoe Mason <joenotcharles@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845257}
parent 37c9ec6f
......@@ -176,7 +176,7 @@ struct RandomBitGenerator {
};
// These functions convert WebMemory* mojo structs to IDL and JS values.
WTF::String ConvertScope(WebMemoryAttribution::Scope scope) {
WTF::AtomicString ConvertScope(WebMemoryAttribution::Scope scope) {
using Scope = WebMemoryAttribution::Scope;
switch (scope) {
case Scope::kDedicatedWorker:
......
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