mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:37:36 +00:00
LibWeb: Fix wrong forward declaration of LineBox & LineBoxFragment
This commit is contained in:
parent
d59ec3ab85
commit
c189897e29
1 changed files with 3 additions and 3 deletions
|
@ -154,9 +154,11 @@ class BlockFormattingContext;
|
||||||
class Box;
|
class Box;
|
||||||
class ButtonBox;
|
class ButtonBox;
|
||||||
class CheckBox;
|
class CheckBox;
|
||||||
class InitialContainingBlockBox;
|
|
||||||
class FormattingContext;
|
class FormattingContext;
|
||||||
|
class InitialContainingBlockBox;
|
||||||
class InlineFormattingContext;
|
class InlineFormattingContext;
|
||||||
|
class LineBox;
|
||||||
|
class LineBoxFragment;
|
||||||
class Node;
|
class Node;
|
||||||
class NodeWithStyle;
|
class NodeWithStyle;
|
||||||
class ReplacedBox;
|
class ReplacedBox;
|
||||||
|
@ -167,8 +169,6 @@ class EventHandler;
|
||||||
class Frame;
|
class Frame;
|
||||||
class FrameLoader;
|
class FrameLoader;
|
||||||
class InProcessWebView;
|
class InProcessWebView;
|
||||||
class LineBox;
|
|
||||||
class LineBoxFragment;
|
|
||||||
class LoadRequest;
|
class LoadRequest;
|
||||||
class Origin;
|
class Origin;
|
||||||
class OutOfProcessWebView;
|
class OutOfProcessWebView;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue