[webkit-reviews] review requested: [Bug 196315] All prototypes should call didBecomePrototype() : [Attachment 366136] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 18:08:15 PDT 2019


Robin Morisset <rmorisset at apple.com> has asked	for review:
Bug 196315: All prototypes should call didBecomePrototype()
https://bugs.webkit.org/show_bug.cgi?id=196315

Attachment 366136: Patch

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




--- Comment #6 from Robin Morisset <rmorisset at apple.com> ---
Created attachment 366136

  --> https://bugs.webkit.org/attachment.cgi?id=366136&action=review

Patch

Added a missing exception check that was causing failures.
Also added fixed the wasm prototypes (not sure why they were not found by the
prototypeVerifier, maybe they are not always allocated when there is no wasm
code?)


More information about the webkit-reviews mailing list