Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: a7a02c10d2cdb9fc8b7320c2172789c4e7d3f4d2 https://github.com/WebKit/WebKit/commit/a7a02c10d2cdb9fc8b7320c2172789c4e7d3f4d2 Author: Rose <gfunni...@gmail.com> Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths: M Source/WebCore/bridge/objc/objc_class.mm Log Message: ----------- No need for bridging, just call NSString methods https://bugs.webkit.org/show_bug.cgi?id=280133 Reviewed by Ben Nham. If we want to use an NSString, use NSString methods unlessthere is a benefit using bridging. * Source/WebCore/bridge/objc/objc_class.mm: (JSC::Bindings::ObjcClass::methodNamed const): Use NSString. (JSC::Bindings::ObjcClass::fieldNamed const): Ditto. Canonical link: https://commits.webkit.org/284479@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