Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d01d9e5bf607b009eb4e0bf758847aa568604147
https://github.com/WebKit/WebKit/commit/d01d9e5bf607b009eb4e0bf758847aa568604147
Author: Youenn Fablet <[email protected]>
Date: 2026-02-12 (Thu, 12 Feb 2026)
Changed paths:
M Source/WebCore/Modules/streams/ReadableStream.cpp
M Source/WebCore/Modules/streams/ReadableStream.h
M Source/WebCore/Modules/streams/StreamTeeUtilities.cpp
Log Message:
-----------
StreamTeeState does not need to observe context destruction
rdar://170143808
https://bugs.webkit.org/show_bug.cgi?id=307545
Reviewed by Chris Dumez.
Instead of observing context destruction, we can tell StreamTeeState to stop
when its related ReaadableStream gets stopped.
This allows to simplify the code a little bit and do things somehow earlier as
well.
Covered by existing tests.
Canonical link: https://commits.webkit.org/307355@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications