mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
LibWeb: Port Stream algorithms from JS::SafeFunction to JS::HeapFunction
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 04:49:48 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/5f484d200a Pull-request: https://github.com/SerenityOS/serenity/pull/22946 Reviewed-by: https://github.com/trflynn89 ✅
@@ -29,6 +29,8 @@ void TransformStreamDefaultController::visit_edges(Cell::Visitor& visitor)
|
||||
{
|
||||
Base::visit_edges(visitor);
|
||||
visitor.visit(m_stream);
|
||||
visitor.visit(m_flush_algorithm);
|
||||
visitor.visit(m_transform_algorithm);
|
||||
}
|
||||
|
||||
// https://streams.spec.whatwg.org/#ts-default-controller-desired-size
|
||||
|
||||
Reference in New Issue
Block a user