Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 94c232285df2297e7b0b87b8356c7c62c75ed100 https://github.com/WebKit/WebKit/commit/94c232285df2297e7b0b87b8356c7c62c75ed100 Author: Sosuke Suzuki <aosuk...@gmail.com> Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths: M Source/JavaScriptCore/runtime/ArrayPrototype.cpp M Source/JavaScriptCore/runtime/JSArray.cpp M Source/JavaScriptCore/runtime/JSArray.h Log Message: ----------- [JSC] Fix typo for `fastCopyWithin` https://bugs.webkit.org/show_bug.cgi?id=291797 Reviewed by Yusuke Suzuki. This patch fixes a typo: fastCopywithin -> fastCopyWithin * Source/JavaScriptCore/runtime/ArrayPrototype.cpp: (JSC::JSC_DEFINE_HOST_FUNCTION): * Source/JavaScriptCore/runtime/JSArray.cpp: (JSC::JSArray::fastCopyWithin): (JSC::JSArray::fastCopywithin): Deleted. * Source/JavaScriptCore/runtime/JSArray.h: Canonical link: https://commits.webkit.org/293997@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