WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
274109
fix value == undefined and propertyValue != undefined in cookie-utilities.js
https://bugs.webkit.org/show_bug.cgi?id=274109
Summary
fix value == undefined and propertyValue != undefined in cookie-utilities.js
Frances Cornwall
Reported
2024-05-13 13:13:06 PDT
It should be value === undefined and propertyValue !== undefined because undefined is a primitive value.
Attachments
Add attachment
proposed patch, testcase, etc.
Frances Cornwall
Comment 1
2024-05-13 13:19:33 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/28495
EWS
Comment 2
2024-05-16 13:39:01 PDT
Committed
278889@main
(f7e6c1a5fe40): <
https://commits.webkit.org/278889@main
> Reviewed commits have been landed. Closing PR #28495 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2024-05-16 13:40:17 PDT
<
rdar://problem/128221960
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug