mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 09:06:08 +00:00
LibWeb: Make Fetch::collect_an_http_quoted_string()'s 2nd param optional
This commit is contained in:
parent
fad69fcacd
commit
f42f0cceaa
Notes:
sideshowbarker
2024-07-17 17:06:59 +09:00
Author: https://github.com/linusg
Commit: f42f0cceaa
Pull-request: https://github.com/SerenityOS/serenity/pull/14568
Reviewed-by: https://github.com/trflynn89 ✅
2 changed files with 2 additions and 2 deletions
|
@ -25,6 +25,6 @@ enum class HttpQuotedStringExtractValue {
|
|||
Yes,
|
||||
};
|
||||
|
||||
String collect_an_http_quoted_string(GenericLexer& lexer, HttpQuotedStringExtractValue extract_value);
|
||||
String collect_an_http_quoted_string(GenericLexer& lexer, HttpQuotedStringExtractValue extract_value = HttpQuotedStringExtractValue::No);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue