1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:17:44 +00:00

LibWeb: Remove bogus forward declaration for Web::StackingContext

The real class is Web::Layout::StackingContext.
This commit is contained in:
Andreas Kling 2021-09-08 10:58:34 +02:00
parent 76b0253b6b
commit a38aefed0b

View file

@ -195,7 +195,6 @@ class PageClient;
class PaintContext;
class Resource;
class ResourceLoader;
class StackingContext;
}
namespace Web::XHR {