mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 20:59:00 +00:00
LibWeb: Use correct type for MessageEventInit.ports
This didn't work previously because the IDL generator used the incorrect type for some types of sequences within dictionaries.
This commit is contained in:
parent
763b7f0e0c
commit
63246577d2
Notes:
sideshowbarker
2024-07-17 04:57:23 +09:00
Author: https://github.com/tcl3
Commit: 63246577d2
Pull-request: https://github.com/SerenityOS/serenity/pull/24338
6 changed files with 10 additions and 10 deletions
|
@ -888,7 +888,7 @@ static void generate_to_cpp(SourceGenerator& generator, ParameterType& parameter
|
|||
)~~~");
|
||||
} else {
|
||||
sequence_generator.append(R"~~~(
|
||||
@sequence.storage_type@ @cpp_name@ { global_object.heap() };
|
||||
@sequence.storage_type@<@sequence.type@> @cpp_name@ { vm.heap() };
|
||||
)~~~");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue