Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d96fb1f41217d420717bcfda2585c0b6b749dc91
https://github.com/WebKit/WebKit/commit/d96fb1f41217d420717bcfda2585c0b6b749dc91
Author: Ruthvik Konda <[email protected]>
Date: 2026-03-04 (Wed, 04 Mar 2026)
Changed paths:
M Source/WebCore/bindings/js/JSCustomElementRegistryCustom.cpp
M Source/WebCore/dom/CustomElementRegistry.cpp
M Source/WebCore/dom/CustomElementRegistry.h
Log Message:
-----------
Rename visitJSCustomElementInterfaces to
visitJSCustomElementInterfacesInGCThread
https://bugs.webkit.org/show_bug.cgi?id=309117
rdar://171667786
Reviewed by Ryosuke Niwa.
visitJSCustomElementInterfaces() may be called via visitAdditionalChildren(),
and since
visitAdditionalChildren() can be called during concurrent GC, the function name
should
reflect that it may run on a GC thread.
No new tests, no behavior change.
* Source/WebCore/bindings/js/JSCustomElementRegistryCustom.cpp:
(WebCore::JSCustomElementRegistry::visitAdditionalChildren):
* Source/WebCore/dom/CustomElementRegistry.cpp:
(WebCore::CustomElementRegistry::visitJSCustomElementInterfacesInGCThread):
* Source/WebCore/dom/CustomElementRegistry.h:
Canonical link: https://commits.webkit.org/308621@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications