Bug 232636 - [MSVC] Remove unused friend class in filter code
Summary: [MSVC] Remove unused friend class in filter code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-11-02 13:29 PDT by Don Olmstead
Modified: 2021-11-02 14:51 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.02 KB, patch)
2021-11-02 13:35 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>