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

LibWeb: Fix wrong forward declaration of LineBox & LineBoxFragment

This commit is contained in:
Andreas Kling 2020-12-03 19:29:50 +01:00
parent d59ec3ab85
commit c189897e29

View file

@ -154,9 +154,11 @@ class BlockFormattingContext;
class Box;
class ButtonBox;
class CheckBox;
class InitialContainingBlockBox;
class FormattingContext;
class InitialContainingBlockBox;
class InlineFormattingContext;
class LineBox;
class LineBoxFragment;
class Node;
class NodeWithStyle;
class ReplacedBox;
@ -167,8 +169,6 @@ class EventHandler;
class Frame;
class FrameLoader;
class InProcessWebView;
class LineBox;
class LineBoxFragment;
class LoadRequest;
class Origin;
class OutOfProcessWebView;