Skip to content

Commit

Permalink
Reland "[heap] Fix typo in field trial config"
Browse files Browse the repository at this point in the history
This is a reland of commit 5bdf1b1

Original change's description:
> [heap] Fix typo in field trial config
>
> Bug: v8:12612
> Change-Id: I97bacde636e123fc0d7fb7824fc307e1f1128a52
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4846589
> Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
> Auto-Submit: Omer Katz <omerkatz@chromium.org>
> Commit-Queue: Omer Katz <omerkatz@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1193660}

Bug: v8:12612
Change-Id: Ibda548f984105354354375e82f0fe365759a5908
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4855983
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Commit-Queue: Omer Katz <omerkatz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1195063}
  • Loading branch information
omerktz authored and Chromium LUCI CQ committed Sep 11, 2023
1 parent 0248e37 commit fa3972c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17661,7 +17661,7 @@
{
"name": "Enabled",
"enable_features": [
"kV8MinorMS"
"V8MinorMS"
]
}
]
Expand Down

0 comments on commit fa3972c

Please sign in to comment.