Bug 236256 - Unreviewed, non-unified build fixes after 246907@main
Summary: Unreviewed, non-unified build fixes after 246907@main
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Lauro Moura
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-02-07 13:40 PST by Lauro Moura
Modified: 2022-02-07 18:03 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.62 KB, patch)
2022-02-07 13:41 PST, Lauro Moura
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Fixed forward decl (1.62 KB, patch)
2022-02-07 14:07 PST, Lauro Moura
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2022-02-07 13:40:45 PST
Unreviewed, non-unified build fixes after 246907@main
Comment 1 Lauro Moura 2022-02-07 13:41:36 PST
Created attachment 451145 [details]
Patch
Comment 2 Lauro Moura 2022-02-07 14:07:49 PST
Created attachment 451151 [details]
Fixed forward decl
Comment 3 EWS 2022-02-07 17:14:59 PST
Committed r289252 (246936@main): <https://commits.webkit.org/246936@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 451151 [details].
Comment 4 Radar WebKit Bug Importer 2022-02-07 17:15:18 PST
<rdar://problem/88602807>
Comment 5 Darin Adler 2022-02-07 18:03:54 PST
Comment on attachment 451151 [details]
Fixed forward decl

View in context: https://bugs.webkit.org/attachment.cgi?id=451151&action=review

> Source/WebCore/style/ContainerQueryEvaluator.h:27
> +#include <wtf/Ref.h>

Can this be <wtf/Forward.h> instead of <wtf/Ref.h>?