mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-04 02:08:53 +00:00
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Let's make it a bit more clear when we're appending the elements from one vector to the end of another vector.
This commit is contained in:
parent
7e1bffdeb8
commit
dc65f54c06
Notes:
sideshowbarker
2024-07-18 12:22:18 +09:00
Author: https://github.com/awesomekling
Commit: dc65f54c06
37 changed files with 103 additions and 104 deletions
|
@ -1560,8 +1560,7 @@ _StartOfFunction:
|
|||
log_parse_error();
|
||||
}
|
||||
|
||||
m_temporary_buffer.clear();
|
||||
m_temporary_buffer.append(match.value().code_points);
|
||||
m_temporary_buffer = match.value().code_points;
|
||||
|
||||
FLUSH_CODEPOINTS_CONSUMED_AS_A_CHARACTER_REFERENCE;
|
||||
SWITCH_TO_RETURN_STATE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue