Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d936d32309b3a993671e13fe094911810eb271da
      
https://github.com/WebKit/WebKit/commit/d936d32309b3a993671e13fe094911810eb271da
  Author: Vassili Bykov <[email protected]>
  Date:   2025-10-04 (Sat, 04 Oct 2025)

  Changed paths:
    M Source/JavaScriptCore/wasm/js/WebAssemblyBuiltin.cpp
    M Source/JavaScriptCore/wasm/js/WebAssemblyBuiltin.h

  Log Message:
  -----------
  Narrow the return type of WebAssemblyBuiltin::jsWrapper
https://bugs.webkit.org/show_bug.cgi?id=300177
rdar://161963940

Reviewed by Yusuke Suzuki.

I noticed that WebAssemblyBuiltin::jsWrapper return type is JSObject*. I don't 
remember
why it wrote it that way, but it should be JSFunction* to be more specific and 
better
reflect what that method is about.

This patch does not need tests because it only changes a declared type.

Canonical link: https://commits.webkit.org/301005@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to