Bug 282067

Summary: [JSC] Remove outdated FIXME in JSDOMConvertDate.h
Product: WebKit Reporter: Ian Grunert <ian.grunert>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Ian Grunert
Reported 2024-10-24 15:34:09 PDT
In JSDOMConvertDate there's a fixme: // FIXME: This should be taking a JSDOMGlobalObject and passing it to jsDate. which is confusing because it's taking a JSC::JSGlobalObject& lexicalGlobalObject, and it's unclear why a JSDOMGlobalObject would be better. The reason for the FIXME appears to be that this function used to accept a JSC::ExecState& state - but in bug 202392 we switched away from that. So it looks like we just forgot to remove the FIXME when we made the relevant change.
Attachments
Ian Grunert
Comment 1 2024-10-24 15:47:57 PDT
EWS
Comment 2 2024-10-27 11:42:56 PDT
Committed 285746@main (45b4d89d301b): <https://commits.webkit.org/285746@main> Reviewed commits have been landed. Closing PR #35695 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-10-27 11:43:13 PDT
Note You need to log in before you can comment on or make changes to this bug.