mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
LibWeb: Fix wrong forward declaration of LineBox & LineBoxFragment
This commit is contained in:
parent
d59ec3ab85
commit
c189897e29
Notes:
sideshowbarker
2024-07-19 01:04:19 +09:00
Author: https://github.com/awesomekling
Commit: c189897e29
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue