Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1c8ae9884a8500f5a3faa79b5c4ccd825ecf9883
https://github.com/WebKit/WebKit/commit/1c8ae9884a8500f5a3faa79b5c4ccd825ecf9883
Author: Yusuke Suzuki <[email protected]>
Date: 2026-06-04 (Thu, 04 Jun 2026)
Changed paths:
M Source/JavaScriptCore/runtime/TemporalZonedDateTime.cpp
M Source/JavaScriptCore/runtime/TemporalZonedDateTime.h
Log Message:
-----------
[JSC] Need to define destroy function for TemporalZonedDateTime
https://bugs.webkit.org/show_bug.cgi?id=316334
rdar://178752540
Reviewed by Keith Miller and Yijia Huang.
Without destroy function, we invoke JSCell::destroy etc. which is empty.
This patch fixes it.
* Source/JavaScriptCore/runtime/TemporalZonedDateTime.cpp:
(JSC::TemporalZonedDateTime::destroy):
* Source/JavaScriptCore/runtime/TemporalZonedDateTime.h:
Canonical link: https://commits.webkit.org/314576@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications