Bug 218057

Summary: Turn ScriptExecutionContext::vm() into a pure virtual function
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: esprehn+autocc, ews-watchlist, ggaren, kangil.han, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=218028
Attachments:
Description Flags
Patch none

Description Chris Dumez 2020-10-21 16:08:59 PDT
Turn ScriptExecutionContext::vm() into a pure virtual function instead of using a non-virtual function that does type-checking inside.
Comment 1 Chris Dumez 2020-10-21 16:10:04 PDT
Created attachment 412043 [details]
Patch
Comment 2 Geoffrey Garen 2020-10-21 16:17:14 PDT
Comment on attachment 412043 [details]
Patch

r=me
Comment 3 EWS 2020-10-22 09:23:13 PDT
Committed r268868: <https://trac.webkit.org/changeset/268868>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 412043 [details].
Comment 4 Radar WebKit Bug Importer 2020-10-22 09:24:18 PDT
<rdar://problem/70576507>