merge_pr_50422
Remove special boolean handling in ResolveToConfigResolved::React()
Instead of following standard JS rules for coercing an aribtary value to
a boolean, it was treating non-booleans as false. A use counter shows
that this behavior isn't relied upon, so use the standard behavior.
Change-Id: I3b4424064f6728b8206166d3df86dd42b71af520
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6219805
Commit-Queue: Nate Chapin [email protected]
Reviewed-by: Maks Orlovich [email protected]
Cr-Commit-Position: refs/heads/main@{#1414449}