Bug 288701
| Summary: | Fix "Never put an Inlines.h header in a non-Inlines.h header" style errors under `WebCore/dom` directory | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii> |
| Component: | New Bugs | Assignee: | Fujii Hironori <fujii> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 288700 | ||
Fujii Hironori
Fix "Never put an Inlines.h header in a non-Inlines.h header" style errors under `WebCore/dom` directory
Parent bug: Bug 288700 – [umbrella️] Fix "Never put an Inlines.h header in a non-Inlines.h header" style errors
> python ./Tools/Scripts/check-webkit-style ./Source/WebCore/dom -f -,+build-speed
ERROR: Source/WebCore/dom/AbortSignal.h:28: Never put an Inlines.h header in a non-Inlines.h header. [build-speed/inlines] [4]
ERROR: Source/WebCore/dom/ChildListMutationScope.h:34: Never put an Inlines.h header in a non-Inlines.h header. [build-speed/inlines] [4]
ERROR: Source/WebCore/dom/Document.h:33: Never put an Inlines.h header in a non-Inlines.h header. [build-speed/inlines] [4]
ERROR: Source/WebCore/dom/EventTargetConcrete.h:33: Never put an Inlines.h header in a non-Inlines.h header. [build-speed/inlines] [4]
ERROR: Source/WebCore/dom/MessagePort.h:30: Never put an Inlines.h header in a non-Inlines.h header. [build-speed/inlines] [4]
ERROR: Source/WebCore/dom/MutationObserverInterestGroup.h:33: Never put an Inlines.h header in a non-Inlines.h header. [build-speed/inlines] [4]
ERROR: Source/WebCore/dom/ViewTransitionTypeSet.h:32: Never put an Inlines.h header in a non-Inlines.h header. [build-speed/inlines] [4]
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Fujii Hironori
Pull request: https://github.com/WebKit/WebKit/pull/41500