Bug 188900

Summary: Move vmEntryGlobalObject() to VM from CallFrame.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, fpizlo, keith_miller, mkwst, msaboff, rmorisset, saam, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch.
none
proposed patch w/ GTK build fix. msaboff: review+

Description Mark Lam 2018-08-23 13:35:32 PDT
It doesn't really belong in CallFrame to begin with.
Comment 1 Radar WebKit Bug Importer 2018-08-23 13:36:00 PDT
<rdar://problem/43655753>
Comment 2 Mark Lam 2018-08-23 14:42:06 PDT
Created attachment 347955 [details]
proposed patch.
Comment 3 Mark Lam 2018-08-23 15:01:53 PDT
Created attachment 347958 [details]
proposed patch w/ GTK build fix.
Comment 4 Michael Saboff 2018-08-23 15:51:36 PDT
Comment on attachment 347958 [details]
proposed patch w/ GTK build fix.

r=me
Comment 5 Mark Lam 2018-08-23 15:57:48 PDT
Thanks for the review.  Landed in r235254: <http://trac.webkit.org/r235254>.