Bug 232636

Summary: [MSVC] Remove unused friend class in filter code
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: Tools / TestsAssignee: Don Olmstead <don.olmstead>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, ews-watchlist, kondapallykalyan, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Don Olmstead 2021-11-02 13:29:52 PDT
In a non-unified build after r284857 which removed WTF:: prefixes causes an error with MSVC. It thinks there's a WebCore::ParallelJobs due to the friend class declaration in some filter classes. Remove them.
Comment 1 Don Olmstead 2021-11-02 13:35:36 PDT
Created attachment 443128 [details]
Patch
Comment 2 Yusuke Suzuki 2021-11-02 13:46:33 PDT
Comment on attachment 443128 [details]
Patch

r=me
Comment 3 EWS 2021-11-02 14:50:58 PDT
Committed r285185 (243814@main): <https://commits.webkit.org/243814@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 443128 [details].
Comment 4 Radar WebKit Bug Importer 2021-11-02 14:51:18 PDT
<rdar://problem/84948344>