| Summary: | pluginElementCustomGetOwnPropertySlot() should support VMInquiry requests. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> | ||||||
| Component: | WebCore JavaScript | Assignee: | Mark Lam <mark.lam> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | cdumez, ews-watchlist, keith_miller, msaboff, saam, tzagallo, webkit-bug-importer, ysuzuki | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Mark Lam
2020-07-20 09:42:27 PDT
Created attachment 405220 [details]
proposed patch.
Created attachment 405221 [details]
proposed patch.
Comment on attachment 405221 [details] proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=405221&action=review r=me > Source/JavaScriptCore/runtime/JSObjectInlines.h:136 > + if (slot.isVMInquiry() && slot.isTaintedByOpaqueObject()) Let's put `UNLIKELY`. > Source/JavaScriptCore/runtime/JSObjectInlines.h:179 > + if (slot.isVMInquiry() && slot.isTaintedByOpaqueObject()) Let's put UNLIKELY Thanks for the review. I've applied the fixes. Landed in r264895: <http://trac.webkit.org/r264895>. |