Bug 244558

Summary: Regression(r222993) Code in addChildNodesToDeletionQueue() that checks that node has a refcount of 0 is now dead
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 177852    

Description Chris Dumez 2022-08-30 15:25:09 PDT
Code that checks that node has a refcount of 0 is now dead after r222993. Node is protected now so its ref count couldn't possibly be 0.
Comment 1 Chris Dumez 2022-08-30 15:29:30 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3827
Comment 2 Chris Dumez 2022-08-31 11:29:06 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3865
Comment 3 EWS 2022-09-01 09:18:28 PDT
Committed 254044@main (a6c5f820d22c): <https://commits.webkit.org/254044@main>

Reviewed commits have been landed. Closing PR #3865 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2022-09-01 09:19:16 PDT
<rdar://problem/99442828>