mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
IDLGenerators: Include JS::Array in constructor implementations
Will be required by CSSStyleValue.
This commit is contained in:
parent
7ec374c74c
commit
b447dc63c4
|
|
@ -5128,6 +5128,7 @@ void generate_constructor_implementation(IDL::Interface const& interface, String
|
|||
generator.append(R"~~~(
|
||||
#include <LibIDL/Types.h>
|
||||
#include <LibGC/Heap.h>
|
||||
#include <LibJS/Runtime/Array.h>
|
||||
#include <LibJS/Runtime/ArrayBuffer.h>
|
||||
#include <LibJS/Runtime/DataView.h>
|
||||
#include <LibJS/Runtime/GlobalObject.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user