1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:07:34 +00:00

LibWeb: Implement the CrossOriginProperties AO

This commit is contained in:
Linus Groh 2022-03-05 20:13:14 +01:00
parent 8b4e5220aa
commit 78938d933a
3 changed files with 59 additions and 0 deletions

View file

@ -1,5 +1,6 @@
set(SOURCES
Bindings/AudioConstructor.cpp
Bindings/CrossOriginAbstractOperations.cpp
Bindings/CSSNamespace.cpp
Bindings/CSSRuleWrapperFactory.cpp
Bindings/CSSStyleDeclarationWrapperCustom.cpp