mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
LibWeb: Fix spelling of non_anonymous_containing_block()
This commit is contained in:
parent
34591ff3d9
commit
b6f3369b66
3 changed files with 5 additions and 5 deletions
|
@ -119,7 +119,7 @@ Box const* Node::containing_block() const
|
|||
return nearest_ancestor_capable_of_forming_a_containing_block(*this);
|
||||
}
|
||||
|
||||
Box const* Node::non_anyonymous_containing_block() const
|
||||
Box const* Node::non_anonymous_containing_block() const
|
||||
{
|
||||
auto nearest_ancestor_box = containing_block();
|
||||
VERIFY(nearest_ancestor_box);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue