Bug 244495
| Summary: | Add missing include in SearchInputType.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alicia Boya García
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:
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alicia Boya García
Lauro beat me to this one. https://github.com/WebKit/WebKit/pull/3642