Bug 293157
| Summary: | StyleExtractor is missing a heap allocator declaration | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vassili Bykov <v_bykov> |
| Component: | New Bugs | Assignee: | Vassili Bykov <v_bykov> |
| Status: | RESOLVED FIXED | ||
| Severity: | Major | CC: | sam, webkit-bug-importer |
| Priority: | P1 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=292797 | ||
Vassili Bykov
The recently introduced Style::Extractor class is marked as WTF_MAKE_FAST_ALLOCATED_WITH_HEAP_IDENTIFIER but is a missing the corresponding DECLARE_ALLOCATOR_WITH_HEAP_IDENTIFIER. This causes a build failure if ENABLE_MALLOC_HEAP_BREAKDOWN is on.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/151494569>
Vassili Bykov
Pull request: https://github.com/WebKit/WebKit/pull/45525
EWS
Committed 295047@main (e6324a21f29f): <https://commits.webkit.org/295047@main>
Reviewed commits have been landed. Closing PR #45525 and removing active labels.