commit 2abbb73d5dbcbc48537d48fabe6f83a38f167361
parent 4cef53c557c801211286dc82b70c7cde80d84172
Author: Andrew McCreight <continuation@gmail.com>
Date: Fri, 2 Jan 2026 20:42:46 +0000
Bug 2006930 - Fix comment in browser_jsat_serialize.js. r=sfink DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D277071
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dom/ipc/tests/browser_jsat_serialize.js b/dom/ipc/tests/browser_jsat_serialize.js
@@ -403,8 +403,8 @@ add_task(async () => {
// With GetParamsForMessage(), the property with a non-serializable value
// gets dropped. However, due to the behavior of JSON.stringify(), the
- // property with a value of null is also dropped, while the property with a
- // NaN value is kept, but the value is changed to null.
+ // property with the value undefined is also dropped, while the property
+ // with the value NaN is kept, but the value is changed to null.
let obj2c = getParamsForMessage(obj2a);
equivArrays(
Object.keys(obj2c),