diff options
author | Andreas Kling <kling@serenityos.org> | 2020-03-16 14:20:30 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-16 14:37:19 +0100 |
commit | 19452230cd86659eecc5856767d223f44ddbfed9 (patch) | |
tree | fa03a2669b81542beb94df432a0d1479791b23d5 /Libraries/LibWeb/Bindings/Wrapper.h | |
parent | 6780d70fb1828575979810892256f2a763f05517 (diff) | |
download | serenity-19452230cd86659eecc5856767d223f44ddbfed9.zip |
LibJS: Add "Heap" and "Runtime" subdirectories
Let's try to keep LibJS tidy as it expands. :^)
Diffstat (limited to 'Libraries/LibWeb/Bindings/Wrapper.h')
-rw-r--r-- | Libraries/LibWeb/Bindings/Wrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/Bindings/Wrapper.h b/Libraries/LibWeb/Bindings/Wrapper.h index 9c642b8ecb..be7db5ace1 100644 --- a/Libraries/LibWeb/Bindings/Wrapper.h +++ b/Libraries/LibWeb/Bindings/Wrapper.h @@ -28,7 +28,7 @@ #include <AK/NonnullRefPtr.h> #include <AK/Weakable.h> -#include <LibJS/Object.h> +#include <LibJS/Runtime/Object.h> #include <LibWeb/Forward.h> namespace Web { |