mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-26 20:26:53 +00:00
IDLGenerators: Include JS::Array in constructor implementations
Will be required by CSSStyleValue.
This commit is contained in:
parent
7ec374c74c
commit
b447dc63c4
Notes:
github-actions[bot]
2025-08-13 09:16:31 +00:00
Author: https://github.com/AtkinsSJ
Commit: b447dc63c4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5823
Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 0 deletions
|
@ -5128,6 +5128,7 @@ void generate_constructor_implementation(IDL::Interface const& interface, String
|
||||||
generator.append(R"~~~(
|
generator.append(R"~~~(
|
||||||
#include <LibIDL/Types.h>
|
#include <LibIDL/Types.h>
|
||||||
#include <LibGC/Heap.h>
|
#include <LibGC/Heap.h>
|
||||||
|
#include <LibJS/Runtime/Array.h>
|
||||||
#include <LibJS/Runtime/ArrayBuffer.h>
|
#include <LibJS/Runtime/ArrayBuffer.h>
|
||||||
#include <LibJS/Runtime/DataView.h>
|
#include <LibJS/Runtime/DataView.h>
|
||||||
#include <LibJS/Runtime/GlobalObject.h>
|
#include <LibJS/Runtime/GlobalObject.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue