1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:07:35 +00:00

LibWeb: Add legacy Image factory function

This commit is contained in:
Luke 2021-03-20 05:22:27 +00:00 committed by Andreas Kling
parent c183ebc723
commit 31f7296934
4 changed files with 136 additions and 0 deletions

View file

@ -3,6 +3,7 @@ set(SOURCES
Bindings/EventListenerWrapper.cpp
Bindings/EventWrapperFactory.cpp
Bindings/EventTargetWrapperFactory.cpp
Bindings/ImageConstructor.cpp
Bindings/LocationObject.cpp
Bindings/MainThreadVM.cpp
Bindings/NavigatorObject.cpp