Bug 195381

Summary: Followups to (r242306): Use LockHolder instead of std::lock_guard on Remote Inspector Locks
Product: WebKit Reporter: Christopher Reid <chris.reid>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, don.olmstead, ews-watchlist, hi, joepeck, keith_miller, mark.lam, msaboff, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Christopher Reid 2019-03-06 14:51:03 PST
In https://bugs.webkit.org/show_bug.cgi?id=193806, Don and Devin suggested to use `WTF::LockHolder` instead of `std::lock_guard` for the remote inspector Locks.
Darin also mentioned that `struct sockaddr_in address = { }` will initialize the struct without memset.
Comment 1 Christopher Reid 2019-03-06 15:07:06 PST
Created attachment 363798 [details]
Patch
Comment 2 Mark Lam 2019-03-06 15:12:04 PST
Comment on attachment 363798 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2019-03-06 16:06:53 PST
Comment on attachment 363798 [details]
Patch

Clearing flags on attachment: 363798

Committed r242576: <https://trac.webkit.org/changeset/242576>
Comment 4 WebKit Commit Bot 2019-03-06 16:06:54 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-03-06 16:07:46 PST
<rdar://problem/48656981>