From a38aefed0bdbcc5342fa784dd294dcd6eb92d5b4 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 8 Sep 2021 10:58:34 +0200 Subject: [PATCH] LibWeb: Remove bogus forward declaration for Web::StackingContext The real class is Web::Layout::StackingContext. --- Userland/Libraries/LibWeb/Forward.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h index 160de93cf6..1d0a230e06 100644 --- a/Userland/Libraries/LibWeb/Forward.h +++ b/Userland/Libraries/LibWeb/Forward.h @@ -195,7 +195,6 @@ class PageClient; class PaintContext; class Resource; class ResourceLoader; -class StackingContext; } namespace Web::XHR {