Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4f41ed450183b527acf0f6f78fa1d197246a941d
https://github.com/WebKit/WebKit/commit/4f41ed450183b527acf0f6f78fa1d197246a941d
Author: Yusuke Suzuki <[email protected]>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M Source/JavaScriptCore/heap/Heap.cpp
M Source/JavaScriptCore/heap/Heap.h
M Source/JavaScriptCore/runtime/TemporalTimeZone.cpp
M Source/JavaScriptCore/runtime/TemporalTimeZone.h
Log Message:
-----------
[JSC] TemporalTimeZone should be destructible
https://bugs.webkit.org/show_bug.cgi?id=315978
rdar://178394111
Reviewed by Yijia Huang.
TemporalTimeZone is holding String / TimeZone, they are destructible.
Thus TemporalTimeZone needs to be destructible object.
* Source/JavaScriptCore/heap/Heap.cpp:
(JSC::Heap::Heap):
* Source/JavaScriptCore/heap/Heap.h:
* Source/JavaScriptCore/runtime/TemporalTimeZone.cpp:
(JSC::TemporalTimeZone::destroy):
* Source/JavaScriptCore/runtime/TemporalTimeZone.h:
Canonical link: https://commits.webkit.org/314278@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications