mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibWeb: Remove dbgln FIXME spam from BindingsGenerator
This commit is contained in:
parent
4d9c0c7b22
commit
3b2e5b08d9
Notes:
sideshowbarker
2024-07-18 03:20:18 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ static void generate_to_cpp(SourceGenerator& generator, ParameterType& parameter
|
|||
|
||||
// FIXME: 2. If the union type includes a nullable type and V is null or undefined, then return the IDL value null.
|
||||
if (union_type.includes_nullable_type()) {
|
||||
dbgln("FIXME: 2. If the union type includes a nullable type and V is null or undefined, then return the IDL value null.");
|
||||
// Implement me
|
||||
} else if (dictionary_type) {
|
||||
// 4. If V is null or undefined, then
|
||||
// 4.1 If types includes a dictionary type, then return the result of converting V to that dictionary type.
|
||||
|
|
Loading…
Reference in a new issue