0

inclusive language: remove the word stupid from the codebase

I need an owner's approval please for changes under:
ppapi/proxy

This CL was uploaded by git cl split.

R=fabiansommer@chromium.org

Bug: 374110115
Change-Id: Ib5171b9f30dca23de09b71853082ff404634430f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5937988
Reviewed-by: Fabian Sommer <fabiansommer@chromium.org>
Commit-Queue: Sorin Jianu <sorin@chromium.org>
Auto-Submit: Sorin Jianu <sorin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1370681}
This commit is contained in:
Sorin Jianu
2024-10-18 17:17:13 +00:00
committed by Chromium LUCI CQ
parent 2777f7ce61
commit dfdb61041a

@ -73,7 +73,7 @@ class VarSerializationRules;
// want to modify that to convert strings and do refcounting.
//
// The helper classes used for accessing the SerializedVar have more reasonable
// behavior and will enforce that you don't do stupid things.
// behavior and will enforce that you don't do bad things.
class PPAPI_PROXY_EXPORT SerializedVar {
public:
SerializedVar();