[webkit-reviews] review granted: [Bug 204832] [JSC] Remove m_sharingMode field from JSArrayBufferPrototype and make it plain object : [Attachment 384781] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 4 08:19:06 PST 2019


Saam Barati <sbarati at apple.com> has granted Yusuke Suzuki <ysuzuki at apple.com>'s
request for review:
Bug 204832: [JSC] Remove m_sharingMode field from JSArrayBufferPrototype and
make it plain object
https://bugs.webkit.org/show_bug.cgi?id=204832

Attachment 384781: Patch

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




--- Comment #3 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 384781
  --> https://bugs.webkit.org/attachment.cgi?id=384781
Patch

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

> Source/JavaScriptCore/ChangeLog:8
> +	   m_sharingMode field is not necessary. Just remove it and make
JSArrayBufferPrototype a plain object.

What do you mean by a plain object here?


More information about the webkit-reviews mailing list