mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibGfx+LibWeb: Fix compile errors in clang-cl from recent header cleanup
The recent commits28ba610f32and70c4ed261fadjusted some include directives to avoid excessive recompilation when changing some header files. This has broken compilation with clang-cl on Windows without getting noticed before the PRs were merged.
This commit is contained in:
committed by
Tim Flynn
parent
0eceee0a05
commit
ce2c4a3417
Notes:
github-actions[bot]
2025-11-30 13:46:40 +00:00
Author: https://github.com/InvalidUsernameException Commit: https://github.com/LadybirdBrowser/ladybird/commit/ce2c4a3417e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6973 Reviewed-by: https://github.com/trflynn89
@@ -58,6 +58,8 @@ ImageBitmap::ImageBitmap(JS::Realm& realm)
|
||||
{
|
||||
}
|
||||
|
||||
ImageBitmap::~ImageBitmap() = default;
|
||||
|
||||
void ImageBitmap::initialize(JS::Realm& realm)
|
||||
{
|
||||
WEB_SET_PROTOTYPE_FOR_INTERFACE(ImageBitmap);
|
||||
|
||||
Reference in New Issue
Block a user