Bug 210424

Summary: WebSocketChannel should remove itself from its manager map
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebKit Misc.Assignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description youenn fablet 2020-04-13 07:46:23 PDT
WebSocketChannel should remove itself from its manager map
Comment 1 youenn fablet 2020-04-13 08:19:20 PDT
Created attachment 396282 [details]
Patch
Comment 2 Alex Christensen 2020-04-13 10:16:47 PDT
Comment on attachment 396282 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=396282&action=review

> Source/WebKit/ChangeLog:9
> +        To fix this, the manager is now keeping a WeaPtr to each channel.

WeakPtr
Comment 3 youenn fablet 2020-04-14 00:33:30 PDT
Created attachment 396386 [details]
Patch for landing
Comment 4 EWS 2020-04-14 02:30:22 PDT
Committed r260063: <https://trac.webkit.org/changeset/260063>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 396386 [details].
Comment 5 Radar WebKit Bug Importer 2020-04-14 02:31:17 PDT
<rdar://problem/61762744>