Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: bd8802f02a23852c80ba93c9998bafbeffc693cb https://github.com/WebKit/WebKit/commit/bd8802f02a23852c80ba93c9998bafbeffc693cb Author: Yusuke Suzuki <ysuz...@apple.com> Date: 2025-03-07 (Fri, 07 Mar 2025)
Changed paths: M Source/JavaScriptCore/heap/Strong.h M Source/JavaScriptCore/heap/StrongInlines.h Log Message: ----------- [JSC] RefTracker does not need main thread initialization https://bugs.webkit.org/show_bug.cgi?id=289354 rdar://145700570 Reviewed by Yijia Huang and Keith Miller. RefTracker needs JSC::initialize, but it does not need main thread initialization. * Source/JavaScriptCore/heap/Strong.h: (JSC::REFTRACKER_DECL): * Source/JavaScriptCore/heap/StrongInlines.h: (JSC::initializeSystemForStrongRefTracker): Deleted. Canonical link: https://commits.webkit.org/291801@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes