1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 14:55:08 +00:00
serenity/Userland/Libraries/LibWeb/HTML/CrossOrigin
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
..
CrossOriginOpenerPolicy.h LibWeb: Add missing includes 2022-09-18 13:27:24 -04:00
CrossOriginOpenerPolicyEnforcementResult.h LibWeb: Add missing includes 2022-09-18 13:27:24 -04:00
Reporting.cpp LibWeb: Stub out 'check if access between two BCs should be reported' 2022-03-08 23:13:54 +01:00
Reporting.h LibWeb: Stub out 'check if access between two BCs should be reported' 2022-03-08 23:13:54 +01:00