Bug 169424

Summary: Use const AbstractLocker& (instead of const LockHolder&) in more places.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, commit-queue, dbates, keith_miller, msaboff, saam
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. fpizlo: review+

Description Mark Lam 2017-03-09 12:28:03 PST
This is the modern idiom, and it makes some of these functions more flexible to use.
Comment 1 Mark Lam 2017-03-09 12:29:34 PST
Created attachment 303950 [details]
proposed patch.
Comment 2 Filip Pizlo 2017-03-09 12:59:47 PST
Comment on attachment 303950 [details]
proposed patch.

Nice!
Comment 3 Mark Lam 2017-03-09 13:07:15 PST
Thanks for the review.  Landed in r213657: <http://trac.webkit.org/r213657>.