Bug 260404

Summary: ResourceHeap clean-up
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: Layout and RenderingAssignee: Said Abou-Hallawa <sabouhallawa>
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   

Description Said Abou-Hallawa 2023-08-18 12:24:33 PDT
All rendering resource objects have RenderingResourceIdentifiers. So there is no need to pass this identifier when caching the resource object in ResourceHeap. It can be just retrieved from the resource object itself.
Comment 1 Radar WebKit Bug Importer 2023-08-18 12:25:36 PDT
<rdar://problem/114103796>
Comment 2 Said Abou-Hallawa 2023-08-18 12:30:31 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16843
Comment 3 EWS 2023-08-21 20:01:16 PDT
Committed 267117@main (e5cffaf13292): <https://commits.webkit.org/267117@main>

Reviewed commits have been landed. Closing PR #16843 and removing active labels.