Bug 207871 - getVTablePointer() should return a const void*.
Summary: getVTablePointer() should return a const void*.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-17 16:45 PST by Mark Lam
Modified: 2020-02-17 17:10 PST (History)
15 users (show)

See Also:


Attachments
proposed patch. (47.90 KB, patch)
2020-02-17 16:57 PST, Mark Lam
ysuzuki: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2020-02-17 16:45:27 PST
<rdar://problem/59525721>
Comment 1 Mark Lam 2020-02-17 16:57:35 PST
Created attachment 391003 [details]
proposed patch.
Comment 2 Yusuke Suzuki 2020-02-17 16:59:14 PST
Comment on attachment 391003 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2020-02-17 17:09:52 PST
Thanks for the review.  Landed in r256791: <http://trac.webkit.org/r256791>.