[webkit-reviews] review granted: [Bug 239346] InternalFunction::createSubclassStructure() should use base object's global object : [Attachment 457640] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 10:37:48 PDT 2022


Darin Adler <darin at apple.com> has granted Alexey Shvayka <ashvayka at apple.com>'s
request for review:
Bug 239346: InternalFunction::createSubclassStructure() should use base
object's global object
https://bugs.webkit.org/show_bug.cgi?id=239346

Attachment 457640: Patch

https://bugs.webkit.org/attachment.cgi?id=457640&action=review




--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 457640
  --> https://bugs.webkit.org/attachment.cgi?id=457640
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=457640&action=review

> Source/JavaScriptCore/ChangeLog:9
> +	   Chrome and Firefox don't agree on interoperable behavior in case of
cross-realm
> +	   NewTarget's "prototype", so this patch aligns WebKit with Chrome to
fix a web-compat issue.

In future: Where should the interoperability test go? WPT? Somewhere else?


More information about the webkit-reviews mailing list