mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-07 01:21:57 +00:00
LibWeb: Fix typos in ReadableStream AO names
This commit is contained in:
parent
141f6cb392
commit
c35ef36293
Notes:
github-actions[bot]
2025-04-18 10:56:56 +00:00
Author: https://github.com/trflynn89
Commit: c35ef36293
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4392
3 changed files with 11 additions and 11 deletions
|
@ -100,7 +100,7 @@ void ReadableStreamDefaultController::pull_steps(Web::Streams::ReadRequest& read
|
|||
}
|
||||
// 3. Otherwise, perform ! ReadableStreamDefaultControllerCallPullIfNeeded(this).
|
||||
else {
|
||||
readable_stream_default_controller_can_pull_if_needed(*this);
|
||||
readable_stream_default_controller_call_pull_if_needed(*this);
|
||||
}
|
||||
|
||||
// 4. Perform readRequest’s chunk steps, given chunk.
|
||||
|
@ -112,7 +112,7 @@ void ReadableStreamDefaultController::pull_steps(Web::Streams::ReadRequest& read
|
|||
readable_stream_add_read_request(stream, read_request);
|
||||
|
||||
// 2. Perform ! ReadableStreamDefaultControllerCallPullIfNeeded(this).
|
||||
readable_stream_default_controller_can_pull_if_needed(*this);
|
||||
readable_stream_default_controller_call_pull_if_needed(*this);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue