Bug 158488

Summary: calculatedDisplayName() and friends actually need a VM& and not a ExecState/CallFrame.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, msaboff, saam
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. ggaren: review+

Description Mark Lam 2016-06-07 11:57:41 PDT
calculatedDisplayName() (and some of its friends) actually just need a VM&.  Their work has nothing to do with an ExecState at all.  This patch will make that clear by changing these functions to take a VM& arg instead of an ExecState* or CallFrame*.
Comment 1 Mark Lam 2016-06-07 12:06:15 PDT
Created attachment 280729 [details]
proposed patch.
Comment 2 Geoffrey Garen 2016-06-07 12:07:55 PDT
Comment on attachment 280729 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2016-06-07 12:52:41 PDT
Thanks for the review.  Landed in r201766: <http://trac.webkit.org/r201766>.

Unfortunately, I didn't see the complaining EWS bots till now.  I'll look into it.
Comment 4 Mark Lam 2016-06-07 12:53:54 PDT
EWS bots says that they are unable to build without my patch.  So, not my issue.  And I'm good to go.