1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-03 05:22:08 +00:00
serenity/Userland/Libraries/LibWeb/IntersectionObserver
Ben Wiederhake d073a31c21 LibWeb: Add missing includes
This remained undetected for a long time as HeaderCheck is disabled by
default. This commit makes the following file compile again:

    // file: compile_me.cpp
    #include <LibWeb/HTML/CrossOrigin/CrossOriginOpenerPolicy.h>
    // That's it, this was enough to cause a compilation error.

Likewise for most other files touched by this commit.
2022-09-18 13:27:24 -04:00
..
IntersectionObserver.cpp LibWeb: Make IntersectionObserver GC-allocated 2022-09-06 00:27:09 +02:00
IntersectionObserver.h LibWeb: Add missing includes 2022-09-18 13:27:24 -04:00
IntersectionObserver.idl LibWeb: Use the specification defined types in IntersectionObserverInit 2022-04-02 13:13:37 +03:00