Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ee637a607df2240cfb7133c7f2bf2f3e7bd94b7a
https://github.com/WebKit/WebKit/commit/ee637a607df2240cfb7133c7f2bf2f3e7bd94b7a
Author: Claudio Saavedra <[email protected]>
Date: 2026-06-05 (Fri, 05 Jun 2026)
Changed paths:
M Source/JavaScriptCore/runtime/TemporalZonedDateTime.cpp
M Source/JavaScriptCore/runtime/TemporalZonedDateTime.h
Log Message:
-----------
[JSC] Fix non-unified build due to incomplete use of class JSC::JSGlobalObject
https://bugs.webkit.org/show_bug.cgi?id=316381
Reviewed by Keith Miller.
TemporalZonedDateTime::withExactTime() needs the full definition of
JSGlobalObject.
Instead of pulling another header into TemporalZonedDateTime.h move the
definition
to the cpp file that already includes the required headers.
* Source/JavaScriptCore/runtime/TemporalZonedDateTime.cpp:
(JSC::TemporalZonedDateTime::withExactTime const):
* Source/JavaScriptCore/runtime/TemporalZonedDateTime.h:
Canonical link: https://commits.webkit.org/314627@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications