Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8aa999ec56c2d69c9b354b577b6762811e71d45d
https://github.com/WebKit/WebKit/commit/8aa999ec56c2d69c9b354b577b6762811e71d45d
Author: Youenn Fablet <[email protected]>
Date: 2025-12-02 (Tue, 02 Dec 2025)
Changed paths:
A LayoutTests/http/wpt/fetch/response-iframe-removed-expected.txt
A LayoutTests/http/wpt/fetch/response-iframe-removed.html
M Source/WebCore/Modules/streams/ReadableStreamToSharedBufferSink.cpp
Log Message:
-----------
ReadableStreamToSharedBufferSink::pipeFrom needs to check for globalObject
rdar://165342517
https://bugs.webkit.org/show_bug.cgi?id=303373
Reviewed by Chris Dumez.
The null check should be on globalObject and not context.
We switch from InvalidStateError to TypeError to match other browsers.
Test: http/wpt/fetch/response-iframe-removed.html
Canonical link: https://commits.webkit.org/303749@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications