Bug 304503
| Summary: | Skip StyleRuleBase size check on Windows | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brandon <brandonstewart> |
| Component: | WebCore Misc. | Assignee: | Brandon <brandonstewart> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brandon
On Windows, StyleRuleBase is 16 bytes instead of 12 bytes due to
different struct alignment/padding behavior. Skip the static_assert
size check on Windows, matching the approach used for RefCountedBase
in RefCountDebugger.cpp.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/166885898>
Brandon
Pull request: https://github.com/WebKit/WebKit/pull/55710
EWS
Committed 304763@main (dc324ac52d91): <https://commits.webkit.org/304763@main>
Reviewed commits have been landed. Closing PR #55710 and removing active labels.