Bug 283945
| Summary: | Compilation failure error: member access into incomplete type 'const WebCore::RenderStyle' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Component: | Layout and Rendering | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jean-Yves Avenard [:jya]
```
In file included from /Volumes/Data/worker/macOS-Ventura-Release-Build-EWS/build/WebKitBuild/Release/DerivedSources/WebCore/unified-sources/UnifiedSource357.cpp:1:
/Volumes/Data/worker/macOS-Ventura-Release-Build-EWS/build/Source/WebCore/platform/graphics/coretext/FontCascadeCoreText.cpp:522:19: error: member access into incomplete type 'const WebCore::RenderStyle'
return !(style.textShadow() && !style.color().isVisible());
In file included from /Volumes/Data/worker/macOS-Ventura-Release-Build-EWS/build/WebKitBuild/Release/DerivedSources/WebCore/unified-sources/UnifiedSource357.cpp:1:
In file included from /Volumes/Data/worker/macOS-Ventura-Release-Build-EWS/build/Source/WebCore/platform/graphics/coretext/FontCascadeCoreText.cpp:24:
/Volumes/Data/worker/macOS-Ventura-Release-Build-EWS/build/Source/WebCore/platform/graphics/FontCascade.h:55:7: note: forward declaration of 'WebCore::RenderStyle'
class RenderStyle;
In file included from /Volumes/Data/worker/macOS-Ventura-Release-Build-EWS/build/WebKitBuild/Release/DerivedSources/WebCore/unified-sources/UnifiedSource357.cpp:1:
/Volumes/Data/worker/macOS-Ventura-Release-Build-EWS/build/Source/WebCore/platform/graphics/coretext/FontCascadeCoreText.cpp:522:42: error: member access into incomplete type 'const WebCore::RenderStyle'
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/140817964>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/37346
EWS
Committed 287237@main (3108ecd96d79): <https://commits.webkit.org/287237@main>
Reviewed commits have been landed. Closing PR #37346 and removing active labels.