mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:57:44 +00:00
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
The "Box" suffix added nothing here.
This commit is contained in:
parent
e90ccf6a20
commit
e91edcaa28
31 changed files with 71 additions and 71 deletions
|
@ -168,7 +168,7 @@ class Box;
|
|||
class ButtonBox;
|
||||
class CheckBox;
|
||||
class FormattingContext;
|
||||
class InitialContainingBlockBox;
|
||||
class InitialContainingBlock;
|
||||
class InlineFormattingContext;
|
||||
class Label;
|
||||
class LabelableNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue