Bug 244495 - Add missing include in SearchInputType.cpp
Summary: Add missing include in SearchInputType.cpp
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-29 07:14 PDT by Alicia Boya García
Modified: 2022-08-29 07:26 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 2022-08-29 07:14:34 PDT
SearchInputType.cpp is missing an include for NodeRenderStyle.h, which
causes linking errors when a .cpp file is added to Source/WebCore/html,
modifying the bags of unified files.

* Source/WebCore/html/SearchInputType.cpp:
Comment 1 Alicia Boya García 2022-08-29 07:26:56 PDT
Lauro beat me to this one. https://github.com/WebKit/WebKit/pull/3642